Update AnonymusSessionListener.java

This commit is contained in:
Ludy87 2025-04-14 19:04:36 +02:00
parent 4ed49d0c15
commit 79763d0b76
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -207,7 +207,8 @@ public class AnonymusSessionListener implements HttpSessionListener, SessionsInt
@Override
public int getMaxApplicationSessions() {
return getMaxUserSessions();
// return getMaxUserSessions();
return Integer.MAX_VALUE;
}
@Override