System.Web
2.0.0.0
System.Object
The class is used by ASP.NET and implementers of a custom session-state store to pass session-state information to and from the .
The class is used to represent session-state data for a session store to the . The object contains the session-state variable names and values, static object references, and information for the current session.
Represents session-state data for a session store.
Constructor
2.0.0.0
To be added.
To be added.
The class is used to represent session-state data for a session store to the . The object contains the session-state variable names and values, static object references, and information for the current session.
The class is used by ASP.NET and implementers of a custom session-state store to pass session-state information to and from the .
Custom session-store implementers construct a object in implementations of the , , and methods.
Creates a new instance of the class.
The for the current session.
Property
System.Web.SessionState.ISessionStateItemCollection
To be added.
The property references the session-state variables that are exposed to ASP.NET application code using the class, which is accessed using the property of the current or the instance.
By default, session-state variables are managed using the object. Custom session-store implementers can supply their own implementation of the interface.
The session variables and values for the current session.
2.0.0.0
Property
System.Web.HttpStaticObjectsCollection
To be added.
The
property is provided for compatibility with earlier versions of ASP.
Custom session-store implementers can obtain a reference to the class for the current instance using the method.
Custom objects stored in the collection must support binary serialization. For more information, see Binary Serialization.
Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax.
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets and sets the amount of time, in minutes, allowed between requests before the session-state provider terminates the session.
2.0.0.0