This documentation is archived and is not being maintained.
SessionStateStoreData Properties
Visual Studio 2010
The SessionStateStoreData type exposes the following members.
| Name | Description | |
|---|---|---|
|
Items | The session variables and values for the current session. |
|
StaticObjects | Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax. |
|
Timeout | Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session. |
Show: