[jboss-cvs] jboss-seam/examples/registration/resources/WEB-INF ...

Shane Bryzak sbryzak at redhat.com
Fri Mar 16 01:46:30 EDT 2007


  User: sbryzak2
  Date: 07/03/16 01:46:30

  Modified:    examples/registration/resources/WEB-INF  web.xml
  Log:
  JBSEAM-1011 add session timeout of 10 minutes
  
  Revision  Changes    Path
  1.22      +46 -42    jboss-seam/examples/registration/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/registration/resources/WEB-INF/web.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- web.xml	25 Oct 2006 16:06:01 -0000	1.21
  +++ web.xml	16 Mar 2007 05:46:30 -0000	1.22
  @@ -39,4 +39,8 @@
   		<url-pattern>*.seam</url-pattern>
   	</servlet-mapping>
   	
  +  <session-config>
  +    <session-timeout>10</session-timeout> 
  +  </session-config> 	
  +	
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list