mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-04-19 11:11:18 +00:00
Update AnonymusSessionListener.java
This commit is contained in:
parent
4ed49d0c15
commit
79763d0b76
@ -207,7 +207,8 @@ public class AnonymusSessionListener implements HttpSessionListener, SessionsInt
|
||||
|
||||
@Override
|
||||
public int getMaxApplicationSessions() {
|
||||
return getMaxUserSessions();
|
||||
// return getMaxUserSessions();
|
||||
return Integer.MAX_VALUE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user