System.Web.Configuration.FormsAuthenticationConfiguration.SlidingExpiration Property

Gets or sets the authentication sliding expiration.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

When the FormsAuthenticationConfiguration.SlidingExpiration is set to true, the time interval during which the authentication cookie is valid is reset to the expiration FormsAuthenticationConfiguration.Timeout property value. This happens if the user browses after half of the timeout has expired. For example, if you set an expiration of 20 minutes by using sliding expiration, a user can visit the site at 2:00 PM and receive a cookie that is set to expire at 2:20 PM. The expiration is only updated if the user visits the site after 2:10 PM. If the user visits the site at 2:09 PM, the cookie is not updated because half of the expiration time has not passed. If the user then waits 12 minutes, visiting the site at 2:21 PM, the cookie will be expired.

Requirements

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