This enumeration determines session-state activation for an entire Web application. This value can be used in the pages configuration-file section to affect all .aspx pages in the Web application for the scope of the configuration file. The System.Web.Configuration.PagesSection type allows programmatic access to the pages configuration section.
Member Name | Description |
---|---|
False |
Session state is disabled. |
ReadOnly |
Session state is enabled, but not writable. |
True |
Session state is enabled. |