SessionStateStoreData Constructor
Creates a new instance of the SessionStateStoreData class.
Assembly: System.Web (in System.Web.dll)
public: SessionStateStoreData( ISessionStateItemCollection^ sessionItems, HttpStaticObjectsCollection^ staticObjects, int timeout )
Parameters
- sessionItems
- Type: System.Web.SessionState::ISessionStateItemCollection
The session variables and values for the current session.
- staticObjects
- Type: System.Web::HttpStaticObjectsCollection
The HttpStaticObjectsCollection for the current session.
- timeout
- Type: System::Int32
The Timeout for the current session.
The SessionStateStoreData class is used to represent session-state data for a session store to the SessionStateModule. The SessionStateStoreData object contains the session-state variable names and values, static object references, and Timeout information for the current session.
The SessionStateStoreData class is used by ASP.NET and implementers of a custom session-state store to pass session-state information to and from the SessionStateModule.
Custom session-store implementers construct a SessionStateStoreData object in implementations of the GetItem, GetItemExclusive, and CreateNewStoreData methods.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.