Replies: 2 comments
-
in the meanwhile I found root: set SESSION_SAVE_EVERY_REQUEST to enable sliding sessions but this was reverted later because of race conditions. Is there a plan introduce sessions refresh? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks nobody is here to answer simple questions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm struggling with the "Stay logged in" feature introduced in #4958 asked in Discord before but there was no answer.
According to the docs "Stay signed in offset" is added to "Session duration" which works as expected. Upon successful login I see a cookie with expiration time on now()+"Session duration"+"Stay signed in offset". But this cookie has constant expiration time which doesn't update on subsequent logins.
Please advice how it is expected to work or provide best practices. My intention is to remain logged n forever if the session is active (user logs in before expiration).
Beta Was this translation helpful? Give feedback.
All reactions