The properties of System.Web.SessionState.SessionStateStoreData are listed below. For a list of all members, see the SessionStateStoreData Members list.
See Also: Inherited members from System.Object
[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. |