RolePrincipal::CookiePath Property
.NET Framework (current version)
Gets the path for the cached role names cookie.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The path of the cookie where role names are cached. The default is /.
The CookiePath property returns the value of the cookiePath attribute from the Web.config file for your ASP.NET application. For more information on cookie paths, see Path.
.NET Framework
Available since 2.0
Available since 2.0
Show: