Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13, 1.13.4
-
None
Description
Current Situation
When using the JOC cluster configuration it may happen during the logout process that the UnknownSessionException will be thrown. This happens when cleaning up the database from outdated sessions. No expired Sessions will be removed from the database.
Desired Behavior
There should not be a UnknownSessionException exexption during the logout process. Unknown sessions should be deleted from the database as expired sessions will be deleted.