Closed
Description
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.
/cc @rwinch