ASP.NET Tutorial – How to Moving Session Out-of-Process with StateServer

Session-State Modes in ASP.NET ASP.NET session state supports several different storage options for session data. Each option is identified by a value in the SessionStateMode enumeration. The following list describes the available session state modes: 1. InProc mode InProc mode, which stores session state in memory on the Web server. This is the default. 2. StateServer […]
Read More →