default timeout=1800 seconds
parent
d175860c6b
commit
918ca2e8b1
|
@ -301,7 +301,7 @@ public class RequestSessionManager extends ManagerBase implements Lifecycle
|
||||||
//time uite seconds
|
//time uite seconds
|
||||||
int timeOut=session.getMaxInactiveInterval();
|
int timeOut=session.getMaxInactiveInterval();
|
||||||
if(timeOut<1){
|
if(timeOut<1){
|
||||||
timeOut=-1;
|
timeOut=1800;
|
||||||
}
|
}
|
||||||
// log.trace("Setting expire timeout on session [" + customSession.getId() + "] to " + (getContext().getSessionTimeout() * 60));
|
// log.trace("Setting expire timeout on session [" + customSession.getId() + "] to " + (getContext().getSessionTimeout() * 60));
|
||||||
// requestSessionCacheUtils.expire(customSession.getId(), (getContext().getSessionTimeout() * 60));
|
// requestSessionCacheUtils.expire(customSession.getId(), (getContext().getSessionTimeout() * 60));
|
||||||
|
|
Loading…
Reference in New Issue