Josh Cummings b52cf08ace Update :reactive:webflux:java:session-management:maximum-sessions to 7 hace 1 mes
..
gradle fa50b4085c Update :reactive:webflux:java:session-management:maximum-sessions to Gradle 8.10.2 hace 1 mes
src b9449ecc4a Update Reactive Max Sessions sample hace 1 año
.gitignore c09de87362 Add Max Sessions on WebFlux Sample hace 1 año
README.adoc c09de87362 Add Max Sessions on WebFlux Sample hace 1 año
build.gradle 23e81699ae Update Remaining Samples to 6.4.0-SNAPSHOT hace 1 año
gradle.properties b52cf08ace Update :reactive:webflux:java:session-management:maximum-sessions to 7 hace 1 mes
gradlew c09de87362 Add Max Sessions on WebFlux Sample hace 1 año
gradlew.bat c09de87362 Add Max Sessions on WebFlux Sample hace 1 año
settings.gradle 50ffc04d54 Make Projects Individually Runnable hace 1 año

README.adoc

== 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.