System.Web.SessionState.SessionStateStoreData.Items Property

The session variables and values for the current session.

Syntax

public virtual ISessionStateItemCollection Items { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SessionStateStoreData.Items property references the session-state variables that are exposed to ASP.NET application code using the System.Web.SessionState.HttpSessionState class, which is accessed using the System.Web.HttpContext.Session property of the current System.Web.HttpContext or the System.Web.UI.Page instance.

By default, session-state variables are managed using the System.Web.SessionState.SessionStateItemCollection object. Custom session-store implementers can supply their own implementation of the System.Web.SessionState.ISessionStateItemCollection interface.

Requirements

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