aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-08-21 10:51:38 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-08-21 10:51:38 +0200
commit99d482d088850f5641d98b12de04cd1eefc030c0 (patch)
tree8f636f6aa1113d51885066c34647278527ad9ccd
parent537e9f394e0eb0ac1c395fcd6d6d8e202a0ad5dc (diff)
downloadmoa-id-spss-99d482d088850f5641d98b12de04cd1eefc030c0.tar.gz
moa-id-spss-99d482d088850f5641d98b12de04cd1eefc030c0.tar.bz2
moa-id-spss-99d482d088850f5641d98b12de04cd1eefc030c0.zip
change sessiontimeout to 45 minutes
-rw-r--r--id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml b/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
index a6fe50269..d247faa1e 100644
--- a/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
+++ b/id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml
@@ -120,6 +120,10 @@
<url-pattern>/*</url-pattern>
</filter-mapping>
+ <session-config>
+ <session-timeout>45</session-timeout>
+ </session-config>
+
<welcome-file-list>
<welcome-file>/index.action</welcome-file>