CookieAuthenticationOptions.SlidingExpiration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SlidingExpiration is set to true to instruct the handler to re-issue a new cookie with a new expiration time any time it processes a request which is more than halfway through the expiration window.
public:
property bool SlidingExpiration { bool get(); void set(bool value); };
public bool SlidingExpiration { get; set; }
member this.SlidingExpiration : bool with get, set
Public Property SlidingExpiration As Boolean