HttpSessionStateWrapper::CookieMode Property

 

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

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

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

Property Value

Type: System.Web::HttpCookieMode

One of the cookie-mode values that indicate whether the application is configured for cookieless sessions. The default is HttpCookieMode::UseCookies.

.NET Framework
Available since 3.5
Return to top
Show: