1
0
mirror of https://github.com/pcvolkmer/mv64e-etl-processor synced 2025-09-13 17:02:52 +00:00

fix: remove maxSessionsPreventsLogin

This commit is contained in:
2024-03-01 15:07:03 +01:00
parent 5928d52237
commit a008641192

View File

@@ -112,7 +112,6 @@ class AppSecurityConfiguration(
sessionManagement {
sessionConcurrency {
maximumSessions = 1
maxSessionsPreventsLogin = true
expiredUrl = "/login?expired"
}
sessionFixation {