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

Shane Bryzak sbryzak at redhat.com
Fri Mar 16 01:44:40 EDT 2007


  User: sbryzak2
  Date: 07/03/16 01:44:40

  Modified:    examples/booking/resources/WEB-INF  web.xml
  Log:
  JBSEAM-1011 add session timeout of 10 minutes
  
  Revision  Changes    Path
  1.40      +4 -0      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.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- web.xml	22 Feb 2007 04:07:03 -0000	1.39
  +++ web.xml	16 Mar 2007 05:44:40 -0000	1.40
  @@ -88,4 +88,8 @@
       </listener> 
       -->
       
  +    <session-config>
  +        <session-timeout>10</session-timeout> 
  +    </session-config>    
  +    
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list