-
-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users have to login multiple times a day #11436
Comments
experiencing this too on 2024.8.2 |
Maybe #11713 is the same issue ? So it seems to happen on a fresh install also. |
I tried switching the session backend from redis to db but the problem persists. |
For completeness, the steps to reproduce this behavior:
|
Describe the bug
Some users report that they have to enter there login credentials multiple times a day. I can confirm via the logs the users indeed login multiple times a day with the same browser
To Reproduce
Unfortunately I don't really know what leads to this.
I have set a custom Session duration in the user default-authentication-login (24 hours).
I noticed before accessing the authentik site the access cookie shows the right end time, after visiting the authentik site it changes to 0
Expected behavior
A user should only have to enter there credential once a day.
Version and Deployment (please complete the following information):
Additional context
It might started with the upgrade from 2024.6.1 to 2024.6.2 .
The text was updated successfully, but these errors were encountered: