The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PagesSection::EnableSessionState Property
.NET Framework (current version)
Gets or sets a value that specifies whether the session state is enabled, disabled, or read-only.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("enableSessionState", DefaultValue = "true")] property PagesEnableSessionState EnableSessionState { PagesEnableSessionState get(); void set(PagesEnableSessionState value); }
Property Value
Type: System.Web.Configuration::PagesEnableSessionStateOne of the values for the EnableSessionState property, which specifies whether the session state is enabled, disabled, or read-only. The default is True, which indicates that session state is enabled.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | The value is not a valid PagesEnableSessionState enumeration value. |
.NET Framework
Available since 2.0
Available since 2.0
Show: