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-cdh5.7 Commit: 8747e24da5053cc8bda8ec27b48c01bd97b7c63b Parents: 7aabe4c Author: zhongjian <jiat...@163.com> Authored: Wed Dec 28 14:55:50 2016 +0800 Committer: zhongjian <jiat...@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>