INPROC IN SESSION MANAGEMENT

 STORAGE :
               
          Session state is stored locally in memory of ASP.NET worker process.

CONFIGURATION :

      With each app domain restart Session state is lost

Comments