SystemWebSectionGroup::SessionState Property
.NET Framework (current version)
Gets the sessionState section.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("sessionState")] property SessionStateSection^ SessionState { SessionStateSection^ get(); }
The SessionStateSection object refers to the sessionState section of the configuration file.
The following code example shows how to obtain the SessionStateSection object from the configuration file of an existing Web application.
.NET Framework
Available since 2.0
Available since 2.0
Show: