This documentation is archived and is not being maintained.
AnonymousIdentificationSection::CookieSlidingExpiration Property
Visual Studio 2010
Gets or sets whether the cookie time-out value is reset on each request.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute(L"cookieSlidingExpiration", DefaultValue = true)] public: property bool CookieSlidingExpiration { bool get (); void set (bool value); }
Property Value
Type: System::Booleantrue if the sliding expiration is enabled; otherwise, false. The default is false.
When 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 CookieTimeout property. When CookieSlidingExpiration is set to false, the cookie expires at a set point in time.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: