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
Currently Spring Security's DelegatingServerLogoutHandler executes the delegates in parallel. This causes issues like spring-projects/spring-session#1523 Instead DelegatingServerLogoutHandler should execute sequentially.