You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2016/12/28 06:56:12 UTC

kylin git commit: minor set session expire time to 8 hours by deault

Repository: kylin
Updated Branches:
  refs/heads/master 7aabe4cb1 -> 8747e24da


minor set session expire time to 8 hours by deault


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/8747e24d
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/8747e24d
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/8747e24d

Branch: refs/heads/master
Commit: 8747e24da5053cc8bda8ec27b48c01bd97b7c63b
Parents: 7aabe4c
Author: zhongjian <ji...@163.com>
Authored: Wed Dec 28 14:55:50 2016 +0800
Committer: zhongjian <ji...@163.com>
Committed: Wed Dec 28 14:55:50 2016 +0800

----------------------------------------------------------------------
 server/src/main/webapp/WEB-INF/web.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/8747e24d/server/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/server/src/main/webapp/WEB-INF/web.xml b/server/src/main/webapp/WEB-INF/web.xml
index 8a43b33..b9cf620 100644
--- a/server/src/main/webapp/WEB-INF/web.xml
+++ b/server/src/main/webapp/WEB-INF/web.xml
@@ -30,6 +30,10 @@
         <location>/index.html</location>
     </error-page>
 
+    <session-config>
+        <session-timeout>480</session-timeout>
+    </session-config>
+
     <context-param>
         <param-name>log4jConfigLocation</param-name>
         <param-value>classpath:kylin-server-log4j.properties</param-value>