Files
spring-security-samples/reactive/webflux/java/session-management/maximum-sessions
Josh Cummings 50ffc04d54 Make Projects Individually Runnable
- This is important for running a project from an isolated directory
- It also helps the IDE to correctly download sources when debugging
a project
2024-07-31 17:35:43 -06:00
..
2024-02-28 10:05:47 -03:00
2023-12-11 10:22:40 -03:00
2023-12-11 10:22:40 -03:00
2023-12-11 10:22:40 -03:00
2023-12-11 10:22:40 -03:00

== WebFlux Max Sessions Sample

This sample demonstrates how to configure the maximum number of concurrent sessions for a WebFlux application.

Check the `SecurityConfig.class` to see how the maximum number of sessions is configured.
This sample also contains tests that demonstrate how the maximum number of sessions is enforced.