The members of System.Web.SessionState.SessionStateStoreData are listed below.
See Also: Inherited members from System.Object
Creates a new instance of the System.Web.SessionState.SessionStateStoreData class. |
[read-only] | Items | ISessionStateItemCollection.
The session variables and values for the current session. |
[read-only] | StaticObjects | System.Web.HttpStaticObjectsCollection.
Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax. |
Timeout | int.
Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session. |