diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2013-04-15 21:32:28 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2013-04-15 21:32:28 +1200 |
commit | 6439ce3fa3a58150b88f074c5498627b7e14f79a (patch) | |
tree | 2a2845c8ce056e37a31eb02462a3c60caed730ad /war | |
parent | cce90872fe9bbdfaa26e90cd0f9dbc97a74bf495 (diff) | |
download | trackermap-web-6439ce3fa3a58150b88f074c5498627b7e14f79a.tar.gz trackermap-web-6439ce3fa3a58150b88f074c5498627b7e14f79a.tar.bz2 trackermap-web-6439ce3fa3a58150b88f074c5498627b7e14f79a.zip |
Increase session timeout
Diffstat (limited to 'war')
-rw-r--r-- | war/WEB-INF/web.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/war/WEB-INF/web.xml b/war/WEB-INF/web.xml index 387c1efe..5cd9b715 100644 --- a/war/WEB-INF/web.xml +++ b/war/WEB-INF/web.xml @@ -18,5 +18,9 @@ <welcome-file-list> <welcome-file>traccar.html</welcome-file> </welcome-file-list> + + <session-config> + <session-timeout>0</session-timeout> + </session-config> </web-app> |