Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
940 stars 606 forks source link

How to implement session timeout in asp.net core #1442

Closed hans9025 closed 3 months ago

hans9025 commented 4 months ago

Right now when you user is singin, the session dosen't timeout, even when closing browser or restarting system, the session is life time, How to set the session timeout!

AndersAbel commented 4 months ago

The session lifetime in Asp.Net Core is handled by the settings on the cookie authentication scheme.

hans9025 commented 4 months ago

I tried setting up it, but i never get logout from SSO, do i missing something

image