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.