SessionStateMode Enumeration
.NET Framework 2.0
Specifies the session-state mode.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Custom | Session state is using a custom data store to store session-state information. | |
| InProc | Session state is in process with an ASP.NET worker process. | |
| Off | Session state is disabled. | |
| SQLServer | Session state is using an out-of-process SQL Server database to store state information. | |
| StateServer | Session state is using the out-of-process ASP.NET State Service to store state information. |
Community Additions
ADD
Show: