System.Web.SessionState.SessionStateStoreData Members

The members of System.Web.SessionState.SessionStateStoreData are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
ItemsISessionStateItemCollection.

The session variables and values for the current session.

[read-only]
StaticObjectsSystem.Web.HttpStaticObjectsCollection.

Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax.

Timeoutint.

Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session.