diff options
author | netconomy <netconomy@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-08-17 07:49:14 +0000 |
---|---|---|
committer | netconomy <netconomy@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-08-17 07:49:14 +0000 |
commit | 9279a1bbe071a4cebb1cd69c160cee374ed5811d (patch) | |
tree | 319c95c313d6a75b729cc199b686d91d2d6493d9 /webapp/WEB-INF/web.xml | |
parent | 265c48462e817d198573861e9f348f5f4a301e73 (diff) | |
download | pdf-as-3-9279a1bbe071a4cebb1cd69c160cee374ed5811d.tar.gz pdf-as-3-9279a1bbe071a4cebb1cd69c160cee374ed5811d.tar.bz2 pdf-as-3-9279a1bbe071a4cebb1cd69c160cee374ed5811d.zip |
PerformanceREL-2.50RC@188
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@183 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'webapp/WEB-INF/web.xml')
-rw-r--r-- | webapp/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/WEB-INF/web.xml b/webapp/WEB-INF/web.xml index 7c96b42..ba6d8de 100644 --- a/webapp/WEB-INF/web.xml +++ b/webapp/WEB-INF/web.xml @@ -115,7 +115,7 @@ </servlet-mapping>
<session-config>
- <session-timeout>1</session-timeout>
+ <session-timeout>5</session-timeout>
</session-config>
|