System.Web.Configuration.AnonymousIdentificationSection.CookieSlidingExpiration Property

Gets or sets whether the cookie time-out value is reset on each request.

Syntax

[System.Configuration.ConfigurationProperty("cookieSlidingExpiration", DefaultValue="True")]
public bool CookieSlidingExpiration { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When AnonymousIdentificationSection.CookieSlidingExpiration is set to true, for each request issued during a single session the time interval during which the cookie is valid is reset to the amount of time specified in the AnonymousIdentificationSection.CookieTimeout property. When AnonymousIdentificationSection.CookieSlidingExpiration is set to false, the cookie expires at a set point in time.

Requirements

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