Affects: spring-web-5.3.9
Currently ReactiveSessionRepository in memory repository reflects change in delayed fashion. Means, If we add any attribute to session inside WebFilter and call the controller for first time, this repository is getting populated after returning from controller call.
Comment From: sbrannen
ReactiveSessionRepository
is not part of the core Spring Framework.
Please open an issue for Spring Session.