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
A lot of complexity in RedisOperationsSessionRepository is focused around support for Servlet API's HttpSessionEvent. Since many of users do not actually use session events, we can consider providing an alternative, simpler implementation of Redis based SessionRepository that wouldn't support session event handling.