System.Web.Configuration.AnonymousIdentificationSection.CookiePath Property

Gets or sets the path where the cookie is stored.

Syntax

[System.Configuration.ConfigurationProperty("cookiePath", DefaultValue="/")]
[System.Configuration.StringValidator(MinLength=1)]
public string CookiePath { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The AnonymousIdentificationSection.CookiePath property indicates where the authentication cookie resides and is transmitted along with the authentication cookie itself.

Requirements

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