GUAC-919: Remove session timeout from web.xml - we're not using HttpSession.

This commit is contained in:
Michael Jumper
2014-11-02 23:14:01 -08:00
parent 2c476d4d72
commit cc4b458fdd

View File

@@ -30,9 +30,6 @@
<welcome-file-list>
<welcome-file>index.xhtml</welcome-file>
</welcome-file-list>
<session-config>
<session-timeout>30</session-timeout>
</session-config>
<!-- Guice -->
<filter>