IHttpSessionState.IsCookieless Property
.NET Framework 2.0
Gets a value indicating whether the session ID is embedded in the URL or stored in an HTTP cookie.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: