Closed alparslanavci closed 3 years ago
When sticky sessions are enabled and failover happens, HazelcastSessionChangeValve was creating new sessions instead of using the existing one because of a concurrency issue. This was causing users to lose access to the current session.
HazelcastSessionChangeValve
This PR fixes the mentioned issue.
verify
When sticky sessions are enabled and failover happens,
HazelcastSessionChangeValve
was creating new sessions instead of using the existing one because of a concurrency issue. This was causing users to lose access to the current session.This PR fixes the mentioned issue.