ring-session-timeout icon indicating copy to clipboard operation
ring-session-timeout copied to clipboard

Clarity - _when_ does the `timeout` logic actually fire?

Open yatesco opened this issue 5 years ago • 0 comments

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.

yatesco avatar Feb 16 '20 12:02 yatesco