FormsAuthenticationConfiguration.Cookieless Property
.NET Framework 2.0
Gets or sets a value indicating whether forms-based authentication should use cookies.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
FormsAuthenticationConfiguration Members
System.Web.Configuration Namespace
Protection
forms Element for authentication (ASP.NET Settings Schema)
credentials Element for forms for authentication (ASP.NET Settings Schema)
ASP.NET Authentication
Forms Authentication Provider
Assembly: System.Web (in system.web.dll)
/** @property */ public HttpCookieMode get_Cookieless () /** @property */ public void set_Cookieless (HttpCookieMode value)
public function get Cookieless () : HttpCookieMode public function set Cookieless (value : HttpCookieMode)
Not applicable.
Property Value
One of the HttpCookieMode values. The default value is UseDeviceProfile.The following code example demonstrates how to access the Cookieless property. Refer to the code example in the FormsAuthenticationConfiguration class topic to learn how to get the section.
Reference
FormsAuthenticationConfiguration ClassFormsAuthenticationConfiguration Members
System.Web.Configuration Namespace
Protection
Other Resources
authentication Element (ASP.NET Settings Schema)forms Element for authentication (ASP.NET Settings Schema)
credentials Element for forms for authentication (ASP.NET Settings Schema)
ASP.NET Authentication
Forms Authentication Provider