System.Web.Security.FormsAuthentication.CookieDomain Property

Gets the value of the domain of the forms-authentication cookie.

Syntax

public static string CookieDomain { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FormsAuthentication.CookieDomain property value is set in the configuration file for an ASP.NET application by using the domain attribute of the forms configuration element. The FormsAuthentication.CookieDomain property value determines the System.Web.HttpCookie.Domain that the cookie will be used for.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0