-
Notifications
You must be signed in to change notification settings - Fork 159
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
[BUG] Session expiration and keepalive settings ignored #2021
Comments
@scrawfor99 @derek-ho Thank you very much for taking a look at this. If it helps anything, here is OSD config.
And here is security plugins config
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the bug?
These options seems to be ignored
I have no issue with frequent logouts, but with that that cookie is set as “session cookie” regardless of what I configure. This also happens when local account is used (tried with admin) - only difference is that with local login there is one cookie set:
security_authentication
With oidc login there is
security_authentication
ANDsecurity_authentication_oidc1
.In both cases the cookie is deleted after browser is closed. If I modify expiration date of cookie, everything work after closing and reopening the browser, but
security_authentication
is set back to session cookie, so I have to change it back with expiration, if I want to to live trought another browser closing.How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Continue work with OSD without the need to relogin again
What is your host/environment?
Do you have any additional context?
The text was updated successfully, but these errors were encountered: