SessionStateStoreData::Items Property
The session variables and values for the current session.
Assembly: System.Web (in System.Web.dll)
public: virtual property ISessionStateItemCollection^ Items { ISessionStateItemCollection^ get (); }
Property Value
Type: System.Web.SessionState::ISessionStateItemCollectionAn ISessionStateItemCollection object that contains variables and values for the current session.
The Items property references the session-state variables that are exposed to ASP.NET application code using the HttpSessionState class, which is accessed using the Session property of the current HttpContext or the Page instance.
By default, session-state variables are managed using the SessionStateItemCollection object. Custom session-store implementers can supply their own implementation of the ISessionStateItemCollection interface.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.