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

Shane Bryzak sbryzak at redhat.com
Fri Mar 16 01:45:22 EDT 2007


  User: sbryzak2
  Date: 07/03/16 01:45:22

  Modified:    examples/hibernate/resources/WEB-INF  web.xml
  Log:
  JBSEAM-1011 add session timeout of 10 minutes
  
  Revision  Changes    Path
  1.10      +9 -5      jboss-seam/examples/hibernate/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/hibernate/resources/WEB-INF/web.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- web.xml	22 Feb 2007 04:26:16 -0000	1.9
  +++ web.xml	16 Mar 2007 05:45:22 -0000	1.10
  @@ -63,4 +63,8 @@
           <url-pattern>*.jsf</url-pattern>
       </servlet-mapping>
   
  +    <session-config>
  +        <session-timeout>10</session-timeout> 
  +    </session-config> 
  +
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list