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

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.