ASP.NET Identity, persistent cookie - is something like this build in?
问题 We are using CookieAuthenticationProvider and would like to implement the 'Remember me' functionality in our application that would work like this: No matter if the 'Remember me' checkbox is checked or not, the token expiration time should always be set to 30 minutes (with SlidingExpiration turned on) If user doesn't check 'Remember me' all we do is check if token expired - if it did, then user is redirected to login screen (this is build in into OWIN and works fine) However if user checks