AnonymousIdentificationSection.CookieName Property

 

Gets or sets the cookie name.

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

[<ConfigurationPropertyAttribute("cookieName", DefaultValue = ".ASPXANONYMOUS")>]
[<StringValidatorAttribute(MinLength = 1)>]
member CookieName : string with get, set

Property Value

Type: System.String

The name of the cookie. The default value is ".ASPXANONYMOUS".

The following code example shows how to access the CookieName property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: