default timeout=1800 seconds

pull/1/head
wangdongxun 2016-09-22 22:18:16 +08:00
parent d175860c6b
commit 918ca2e8b1
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ public class RequestSessionManager extends ManagerBase implements Lifecycle
//time uite seconds
int timeOut=session.getMaxInactiveInterval();
if(timeOut<1){
timeOut=-1;
timeOut=1800;
}
// log.trace("Setting expire timeout on session [" + customSession.getId() + "] to " + (getContext().getSessionTimeout() * 60));
// requestSessionCacheUtils.expire(customSession.getId(), (getContext().getSessionTimeout() * 60));