You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a cookie with the name ".AspNetCore.Identity.Application" added after I login the user and it's expiration time is set to 14 days from now, 2017-11-05T15:52:03.669Z
There is a cookie with the name ".AspNetCore.Identity.Application" added after I login the user and it's expiration time is set to 14 days from now,
2017-11-05T15:52:03.669ZAbove is the related part of the code for brevity.
How do I ensure that after 10 mins, if the user refreshes the webpage, he is logged out and re-directed to login.
The
ConfigureApplicationCookievalues seem to be ignored.