Skip to content

What activity resets OIDCSessionInactivityTimeout timer? #734

Answered by zandbelt
chrisinmtown asked this question in Q&A
Discussion options

You must be logged in to vote

if the request contains a session cookie it will reset the inactivity timeout, regardless of the type of the request; you should be able to verify the resetting in the server debug logs, i.e.:

src/mod_auth_openidc.c(851): oidc_log_session_expires: session inactivity timeout: Wed, 03 Nov 2021 08:49:01 GMT (in 1799 secs from now)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@chrisinmtown
Comment options

@OlivierBOEL
Comment options

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