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

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


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

  Modified:    examples/blog/resources/WEB-INF  web.xml
  Log:
  JBSEAM-1011 add session timeout of 10 minutes
  
  Revision  Changes    Path
  1.14      +47 -43    jboss-seam/examples/blog/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/blog/resources/WEB-INF/web.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- web.xml	22 Feb 2007 04:29:09 -0000	1.13
  +++ web.xml	16 Mar 2007 05:44:33 -0000	1.14
  @@ -49,4 +49,8 @@
           <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