Author: ayanul
Date: 2008-05-07 10:21:32 -0400 (Wed, 07 May 2008)
New Revision: 8477
Modified:
trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
Log:
+add timeout
Modified: trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2008-05-07 13:48:34 UTC
(rev 8476)
+++ trunk/test-applications/jsp/src/main/webapp/WEB-INF/web.xml 2008-05-07 14:21:32 UTC
(rev 8477)
@@ -50,6 +50,9 @@
<dispatcher>REQUEST</dispatcher>
<dispatcher>INCLUDE</dispatcher>
</filter-mapping>
+ <session-config>
+ <session-timeout>600</session-timeout>
+ </session-config>
<!-- Faces Servlet -->
<servlet>
<servlet-name>Faces Servlet</servlet-name>
Show replies by date