STORAGE :
Session state is stored locally in memory of ASP.NET worker process.
CONFIGURATION :
With each app domain restart Session state is lost
Session state is stored locally in memory of ASP.NET worker process.
CONFIGURATION :
With each app domain restart Session state is lost
Comments
Post a Comment