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

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


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

  Modified:    examples/seamspace/resources/WEB-INF  web.xml
  Log:
  JBSEAM-1011 add session timeout of 10 minutes
  
  Revision  Changes    Path
  1.16      +3 -0      jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/web.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- web.xml	14 Feb 2007 00:36:37 -0000	1.15
  +++ web.xml	16 Mar 2007 05:46:44 -0000	1.16
  @@ -77,4 +77,7 @@
           <url-pattern>/content/*</url-pattern>
       </servlet-mapping>   
   
  +    <session-config>
  +        <session-timeout>10</session-timeout> 
  +    </session-config> 
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list