Top "Cookie-authentication" questions

How to properly set session timeout using .netcore 2.0 identity and cookie authentication

I'm trying to use identity with cookie authentication in an asp.netcore 2.0 MVC app. I want to set session timeout …

asp.net-identity asp.net-core-2.0 session-timeout cookie-authentication