System.Web.Security.Roles.CreatePersistentCookie Property

Gets a value indicating whether the role-names cookie is session-based or persistent.

Syntax

public static bool CreatePersistentCookie { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Roles.CreatePersistentCookie property value is set in the configuration for an ASP.NET application using the createPersistentCookie attribute of the roleManager configuration element.

When false, the role-names cookie is a session cookie, that is, the cookie is lost when the browser is closed. When true, the role-names cookie is a persistent cookie that is available across multiple browser sessions. The persistent cookie expiration date and time are set to the current date and time plus the Roles.CookieTimeout value in minutes.

Requirements

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