[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

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


  User: sbryzak2
  Date: 07/03/16 01:47:19

  Modified:    examples/wiki/src/etc/WEB-INF  web.xml
  Log:
  JBSEAM-1011 add session timeout of 10 minutes
  
  Revision  Changes    Path
  1.2       +3 -0      jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web.xml	7 Mar 2007 18:37:34 -0000	1.1
  +++ web.xml	16 Mar 2007 05:47:19 -0000	1.2
  @@ -125,5 +125,8 @@
           <url-pattern>/files/*</url-pattern>
       </servlet-mapping>   
   
  +    <session-config>
  +        <session-timeout>10</session-timeout> 
  +    </session-config> 
   
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list