System.Web.SessionState.SessionStateStoreData Class

Represents session-state data for a session store.

See Also: SessionStateStoreData Members

Syntax

public class SessionStateStoreData

Remarks

The System.Web.SessionState.SessionStateStoreData class is used by ASP.NET and implementers of a custom session-state store to pass session-state information to and from the System.Web.SessionState.SessionStateModule.

The System.Web.SessionState.SessionStateStoreData class is used to represent session-state data for a session store to the System.Web.SessionState.SessionStateModule. The System.Web.SessionState.SessionStateStoreData object contains the session-state variable names and values, static object references, and SessionStateStoreData.Timeout information for the current session.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0