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)
<ConfigurationPropertyAttribute("enableSessionState", DefaultValue := "true")> Public Property EnableSessionState As PagesEnableSessionState
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. |
The following code example shows how to use the EnableSessionState property.
.NET Framework
Available since 2.0
Available since 2.0
Show: