IHttpSessionState::IsCookieless Property
.NET Framework (current version)
Gets a value indicating whether the session ID is embedded in the URL or stored in an HTTP cookie.
Assembly: System.Web (in System.Web.dll)
For information on cookieless sessions, see Session Identifiers.
The following code example implements the IsCookieless property of the IHttpSessionState interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: