See Also: SessionStateItemCollection Members
The System.Web.SessionState.SessionStateItemCollection class is used to manage session-state variable values indexed by a variable name or by numerical index. The session-state variables 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. The System.Web.SessionState.HttpSessionState class calls the System.Web.SessionState.HttpSessionStateContainer class, which manages session-state variable values using the System.Web.SessionState.SessionStateItemCollection.