Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Session store is local by default with a random AES key.
If the user sets a key, the session will still be lost upon failover.
For those who cannot use hazelcast or other data grids, a simple JDBC-based session store would be a simple solution to validate and retain sessions.