AnonymousIdentificationSection.Domain Property
.NET Framework (current version)
Gets or sets the cookie domain.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringThe name of the cookie domain. The default is an empty string ("").
This attribute allows sharing of the anonymous identification cookie across domains that have a common DNS namespace (for example, all sites that end in "contoso.com"). The following requirements must be met in order for anonymous identification cookies to be shared:
Sites that want to share the cookie need to have common decryption and validation keys.
Other anonymous identification configuration attributes such as cookie path and cookie name must be the same for all the sites.
For more information, refer to the HttpCookie class.
.NET Framework
Available since 2.0
Available since 2.0
Show: