Author: Sandeep Reddy Pasham | Posted on: 2/10/2009 4:15:19 AM | Views : 731

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. ...

Go to the complete details ...