AnonymousIdentificationSection.CookiePath Property
.NET Framework (current version)
Gets or sets the path where the cookie is stored.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("cookiePath", DefaultValue = "/")] [StringValidatorAttribute(MinLength = 1)] public string CookiePath { get; set; }
Property Value
Type: System.StringThe path of the HTTP cookie to use for the user's anonymous identification. The default value is a slash (/), which represents the Web application root.
The CookiePath property indicates where the authentication cookie resides and is transmitted along with the authentication cookie itself.
.NET Framework
Available since 2.0
Available since 2.0
Show: