-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.0
-
Fix Version/s: 1.6.0
-
Component/s: Context and Scopes
-
Labels:None
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.