System.Web.Configuration.FormsAuthenticationConfiguration.Cookieless Property

Gets or sets a value indicating whether forms-based authentication should use cookies.

Syntax

[System.Configuration.ConfigurationProperty("cookieless", DefaultValue="UseDeviceProfile")]
public System.Web.HttpCookieMode Cookieless { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FormsAuthenticationConfiguration.Cookieless property defines whether forms-based authentication should use a cookie to exchange user information.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0