You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since HazelcastSessionRepository uses IMap#remove and IMap#set while handling change session id, this scenario will trigger EntryRemovedListener#entryRemoved and EntryAddedListener#entryAdded therefore generating invalid session destroyed and session created events.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Since
HazelcastSessionRepository
usesIMap#remove
andIMap#set
while handling change session id, this scenario will triggerEntryRemovedListener#entryRemoved
andEntryAddedListener#entryAdded
therefore generating invalid session destroyed and session created events.The text was updated successfully, but these errors were encountered: