[jboss-cvs] jboss-seam/examples/ui/resources/WEB-INF ...
Shane Bryzak
sbryzak at redhat.com
Fri Mar 16 01:47:12 EDT 2007
User: sbryzak2
Date: 07/03/16 01:47:12
Modified: examples/ui/resources/WEB-INF web.xml
Log:
JBSEAM-1011 add session timeout of 10 minutes
Revision Changes Path
1.3 +3 -0 jboss-seam/examples/ui/resources/WEB-INF/web.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/ui/resources/WEB-INF/web.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- web.xml 22 Feb 2007 04:30:52 -0000 1.2
+++ web.xml 16 Mar 2007 05:47:12 -0000 1.3
@@ -48,4 +48,7 @@
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
+ <session-config>
+ <session-timeout>10</session-timeout>
+ </session-config>
</web-app>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list