HttpSessionStateContainer::CookieMode Property

 

Gets a value that indicates whether the application is configured for cookieless sessions.

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

public:
property HttpCookieMode CookieMode {
	virtual HttpCookieMode get() sealed;
}

Property Value

Type: System.Web::HttpCookieMode

One of the HttpCookieMode values that indicates whether the application is configured for cookieless sessions. The default is UseCookies.

When IsCookieless is true, the CookieMode property returns UseUri; otherwise, the CookieMode property returns UseCookies.

.NET Framework
Available since 2.0
Return to top
Show: