There can be an issue with requests received right before the session expiration after updating and getting the JBEAP-19475 fix. If the request starts shortly before the session expiration, the session timeout is not bumped, so then while the request is processing, the session can then still timeout, resulting in a failure in the request processing that then continues to take place after its session invalidated.
Should we add bumpTimeout() to requestStarted() here to correct this:
- duplicates
-
JBEAP-20722 [GSS](7.3.z) UNDERTOW-1827 InMemorySessionManager must bump session timeout on requestStarted
- Closed
- is caused by
-
JBEAP-19474 [GSS](7.3.z) UNDERTOW-1419 - bumpTimeout method usage in InMemorySessionManager
- Closed
-
JBEAP-19475 [GSS](7.2.z) UNDERTOW-1419 - bumpTimeout method usage in InMemorySessionManager
- Closed