1 write to SlidingExpiration
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationOptions.cs (1)
32
SlidingExpiration
= true;
2 references to SlidingExpiration
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
98
if (issuedUtc != null && expiresUtc != null && Options.
SlidingExpiration
&& allowRefresh)
Microsoft.AspNetCore.Identity (1)
SecurityStampValidator.cs (1)
113
if (!context.Options.
SlidingExpiration
)