System.Web.Security.Roles.CookiePath Property

Gets the path for the cached role names cookie.

Syntax

public static string CookiePath { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can specify the path of the cookie where roles are cached for your application by setting the cookiePath attribute in the Web.config file for your ASP.NET application. For more information on cookie paths, see System.Web.HttpCookie.Path.

Requirements

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