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