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
Are there any examples on how to use the Spring Security Support in Spring Session with Webflux? There is no SessionManagementConfigurer in the Java DSL so how do I limit the number of concurrent sessions for a principal to 1? The default in spring session looks to be that a singel principal can have an unlimited number of concurrent sessions?
The text was updated successfully, but these errors were encountered:
Are there any examples on how to use the Spring Security Support in Spring Session with Webflux? There is no
SessionManagementConfigurer
in the Java DSL so how do I limit the number of concurrent sessions for a principal to 1? The default in spring session looks to be that a singel principal can have an unlimited number of concurrent sessions?The text was updated successfully, but these errors were encountered: