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
The support for immediate flush mode in ReactiveRedisOperationsSessionRepository is buggy due to unhandled Mono instance in RedisSession#flushImmediateIfNecessary which in turn is a limitation of both our Session API and Spring WebFlux's WebSession since they don't offer capabilities of setting attribute in a reactive manner.