HttpSessionStateBase.CookieMode Property
.NET Framework (current version)
When overridden in a derived class, gets a value that indicates whether the application is configured for cookieless sessions.
Assembly: System.Web (in System.Web.dll)
abstract CookieMode : HttpCookieMode with get override CookieMode : HttpCookieMode with get
Property Value
Type: System.Web.HttpCookieModeOne of the cookie-mode values that indicate whether the application is configured for cookieless sessions.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: