From e3ff4130a5dd6784d946e10dffa2785b5e46461d Mon Sep 17 00:00:00 2001 From: "Michael J. Simons" Date: Thu, 7 Jul 2016 14:22:25 -0500 Subject: [PATCH] Allow negative values to configure unlimited sessions --- .../org/springframework/security/config/spring-security-4.2.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/resources/org/springframework/security/config/spring-security-4.2.xsd b/config/src/main/resources/org/springframework/security/config/spring-security-4.2.xsd index 4594d5484f..fdb8532d56 100644 --- a/config/src/main/resources/org/springframework/security/config/spring-security-4.2.xsd +++ b/config/src/main/resources/org/springframework/security/config/spring-security-4.2.xsd @@ -1753,7 +1753,7 @@ - + The maximum number of sessions a single authenticated user can have open at the same time. Defaults to "1".