SessionStateItemCollection Constructor ()

 

Creates a new, empty SessionStateItemCollection object.

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

public:
SessionStateItemCollection()

The 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 HttpSessionState class, which is accessed using the Session property of the current HttpContext or the Page. The HttpSessionState class calls the HttpSessionStateContainer class, which manages session-state variable values using the SessionStateItemCollection collection.

The following code example creates a new SessionStateItemCollection object and sets and gets values in the collection by name.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: