InProc mode, which stores session state in memory on the Web server. This is the default. StateServer mode/OutProc, which stores session state in a separate process called the ASP.NET state service.
What is InProc and OutProc?
InProc mode, which stores session state in memory on the Web server. This is the default. StateServer mode/OutProc, which stores session state in a separate process called the ASP.NET state service.