mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-06 18:30:57 +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
|
@Override
|
||||||
public int getMaxApplicationSessions() {
|
public int getMaxApplicationSessions() {
|
||||||
return getMaxUserSessions();
|
// return getMaxUserSessions();
|
||||||
|
return Integer.MAX_VALUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user