[jboss-cvs] jboss-seam/examples/booking/resources/WEB-INF ...
Gavin King
gavin.king at jboss.com
Wed Dec 6 00:16:29 EST 2006
User: gavin
Date: 06/12/06 00:16:29
Modified: examples/booking/resources/WEB-INF web.xml
Log:
set the session timeout
Revision Changes Path
1.34 +3 -1 jboss-seam/examples/booking/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/booking/resources/WEB-INF/web.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- web.xml 5 Dec 2006 13:24:17 -0000 1.33
+++ web.xml 6 Dec 2006 05:16:29 -0000 1.34
@@ -4,7 +4,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
- <!-- session-config><session-timeout>1</session-timeout></session-config-->
+ <session-config>
+ <session-timeout>3</session-timeout>
+ </session-config>
<context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
More information about the jboss-cvs-commits
mailing list