ring-session-timeout
ring-session-timeout copied to clipboard
Clarity - _when_ does the `timeout` logic actually fire?
Hi - I expected my handler to fire after the number of seconds specified in timeout (after no new requests for that session) however, it appears the timeout-handler is only called when a new request with that session comes in.
This is important as my handler logs the timeout fact in the database.
Could you clarify roughly when the timeout-handler is executed please.