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, 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.