diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-08-21 10:51:38 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-08-21 10:51:38 +0200 | 
| commit | 99d482d088850f5641d98b12de04cd1eefc030c0 (patch) | |
| tree | 8f636f6aa1113d51885066c34647278527ad9ccd /id/ConfigWebTool/src/main/webapp | |
| parent | 537e9f394e0eb0ac1c395fcd6d6d8e202a0ad5dc (diff) | |
| download | moa-id-spss-99d482d088850f5641d98b12de04cd1eefc030c0.tar.gz moa-id-spss-99d482d088850f5641d98b12de04cd1eefc030c0.tar.bz2 moa-id-spss-99d482d088850f5641d98b12de04cd1eefc030c0.zip | |
change sessiontimeout to 45 minutes
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp')
| -rw-r--r-- | id/ConfigWebTool/src/main/webapp/WEB-INF/web.xml | 4 | 
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> | 
