Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
Description
The CDI spec defines that a Session needs to be
- destroyed immediately on a session timeout
- destroyed at the end of the request if a manual Session.invalidate() got invoked.
This is pretty hard to detect as the session enviction also gets invoked at the begin of a request but only after the sessionInitialized events got fired.