Commit 52855dfe by Nilu Committed by Harsh Shah

increasing session timeout

parent 602cc014
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<% <%
JQueryVersion jqueryVersion = (JQueryVersion) oneit.appservices.config.ConfigMgr.getConfigObject("CONFIG.EXTENSIONS", "JQueryVersion", JQueryVersion.v1_11); JQueryVersion jqueryVersion = (JQueryVersion) oneit.appservices.config.ConfigMgr.getConfigObject("CONFIG.EXTENSIONS", "JQueryVersion", JQueryVersion.v1_11);
request.getSession().setMaxInactiveInterval(8*3600); // 8 hour session keepalive.
%> %>
<oneit:css> <oneit:css>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment