summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorwbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-09-26 07:36:55 +0000
committerwbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-09-26 07:36:55 +0000
commitc7e27d956e3f3a1059398ac8a791e753a53f27ae (patch)
tree3100fdf602f79f4139f4fd8b4382f6cd739b301b /BKUOnline/src/main/webapp/WEB-INF/web.xml
parentef884e591c38023d980a158f29ec1d71ed256a41 (diff)
downloadmocca-c7e27d956e3f3a1059398ac8a791e753a53f27ae.tar.gz
mocca-c7e27d956e3f3a1059398ac8a791e753a53f27ae.tar.bz2
mocca-c7e27d956e3f3a1059398ac8a791e753a53f27ae.zip
added property to configure applet timeout
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@73 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--BKUOnline/src/main/webapp/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml
index 417dabb8..282d4db2 100644
--- a/BKUOnline/src/main/webapp/WEB-INF/web.xml
+++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml
@@ -92,6 +92,6 @@
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
<session-config>
- <session-timeout>3</session-timeout>
+ <session-timeout>5</session-timeout>
</session-config>
</web-app> \ No newline at end of file