System.Web.Configuration.AnonymousIdentificationSection.Domain Property

Gets or sets the cookie domain.

Syntax

[System.Configuration.ConfigurationProperty("domain")]
public string Domain { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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 System.Web.HttpCookie class.

Requirements

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