Skip to content
Discussion options

You must be logged in to vote

firstly, 2.3.8 is 7 years old, you must not use security software in production that has not been updated since 2018

then, one should not use a persistent session cookie as it survives restarts and doesn't allow the user to logout by killing the browser, which is a security risk as well

lastly, you are most likely running into a session inactivity timeout, as the default setting is 5 mins, see:
https://github.com/OpenIDC/mod_auth_openidc/blob/v2.4.18/auth_openidc.conf#L632-L634

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mayrstefan
Comment options

Answer selected by mayrstefan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants