From beef86ce8ca36e52e664d9d5ed976894b2a66cb0 Mon Sep 17 00:00:00 2001 From: takezoe Date: Tue, 30 Jul 2013 21:41:47 +0900 Subject: [PATCH] Extend session timeout to 24 hours. --- src/main/webapp/WEB-INF/web.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 65863eb73..901034601 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -97,6 +97,13 @@ H2Console /console/* - - + + + + + + + 1440 + + \ No newline at end of file