System.Web.Configuration.FormsAuthenticationConfiguration.Path Property

Gets or sets the cookie path.

Syntax

[System.Configuration.ConfigurationProperty("path", DefaultValue="/")]
[System.Configuration.StringValidator(MinLength=1)]
public string Path { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FormsAuthenticationConfiguration.Path property indicates where the authentication cookie resides and is transmitted along with the authentication cookie itself.

Requirements

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