System.Web.Security.FormsAuthentication.FormsCookiePath Property

Gets the path for the forms-authentication cookie.

Syntax

public static string FormsCookiePath { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FormsAuthentication.FormsCookiePath property value is set in the configuration file for an ASP.NET application using the path attribute of the forms configuration element. The FormsAuthentication.FormsCookiePath specifies the System.Web.HttpCookie.Path for 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