[jboss-cvs] jboss-seam/examples/hibernate2/resources ...

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


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

  Modified:    examples/hibernate2/resources  web.xml
  Log:
  JBSEAM-1011 add session timeout of 10 minutes
  
  Revision  Changes    Path
  1.6       +3 -0      jboss-seam/examples/hibernate2/resources/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/resources/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- web.xml	26 Feb 2007 23:39:44 -0000	1.5
  +++ web.xml	16 Mar 2007 05:45:16 -0000	1.6
  @@ -71,4 +71,7 @@
         <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>    
       </listener>     
       
  +    <session-config>
  +        <session-timeout>10</session-timeout> 
  +    </session-config> 
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list