Asp.Net Source HOME » asp.net learning » ASP.NET » Security » ASP.NET Session State and Modes
Title:

ASP.NET Session State and Modes

Posted At: 2/16/2009
URL: http://aspdotnetdevs.blogspot.com/2008/12/aspnet-s...
A feature for temporarily storing data associated with a browser session. Session state can be stored outside the process space of a session state client. The ASP.NET State Server is the default implementation for storing session state out of process.

Comments:


No comments yet