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

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


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

  Modified:    examples/portal/resources/WEB-INF  web.xml
  Log:
  JBSEAM-1011 add session timeout of 10 minutes
  
  Revision  Changes    Path
  1.7       +18 -14    jboss-seam/examples/portal/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/portal/resources/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- web.xml	12 Oct 2006 02:43:42 -0000	1.6
  +++ web.xml	16 Mar 2007 05:46:23 -0000	1.7
  @@ -11,4 +11,8 @@
         <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
      </listener>
   
  +    <session-config>
  +        <session-timeout>10</session-timeout> 
  +    </session-config>    
  +
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list