System.Web.Security.FormsAuthentication.FormsCookieName Property

Gets the name of the cookie used to store the forms-authentication ticket.

Syntax

public static string FormsCookieName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FormsAuthentication.FormsCookieName property value is set in the configuration file for an ASP.NET application by using the name attribute of the forms configuration element. The FormsAuthentication.FormsCookieName is used to reference the cookie that stores the System.Web.Security.FormsAuthenticationTicket information.

Requirements

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