mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-01 22:22:53 +00:00
fix: remove maxSessionsPreventsLogin
This commit is contained in:
@ -112,7 +112,6 @@ class AppSecurityConfiguration(
|
|||||||
sessionManagement {
|
sessionManagement {
|
||||||
sessionConcurrency {
|
sessionConcurrency {
|
||||||
maximumSessions = 1
|
maximumSessions = 1
|
||||||
maxSessionsPreventsLogin = true
|
|
||||||
expiredUrl = "/login?expired"
|
expiredUrl = "/login?expired"
|
||||||
}
|
}
|
||||||
sessionFixation {
|
sessionFixation {
|
||||||
|
Reference in New Issue
Block a user