System.Web.Configuration.RoleManagerSection.CookieTimeout Property

Gets or sets the number of minutes before the cookie that is used to cache role names expires.

Syntax

[System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanMinutesOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("cookieTimeout", DefaultValue="00:30:00")]
[System.Configuration.TimeSpanValidator(MinValueString="00:00:00", MaxValueString="10675199.02:48:05.4775807")]
public TimeSpan CookieTimeout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The RoleManagerSection.CookieTimeout property sets a value specifying the number of minutes before the role names cookie expires. The default is 30 minutes. If the RoleManagerSection.CookieSlidingExpiration property is false, the RoleManagerSection.CookieTimeout property is ignored.

Requirements

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