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

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


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

  Modified:    examples/issues/resources/WEB-INF  web.xml
  Log:
  JBSEAM-1011 add session timeout of 10 minutes
  
  Revision  Changes    Path
  1.9       +11 -7     jboss-seam/examples/issues/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/issues/resources/WEB-INF/web.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- web.xml	12 Oct 2006 02:43:41 -0000	1.8
  +++ web.xml	16 Mar 2007 05:45:37 -0000	1.9
  @@ -43,4 +43,8 @@
   		<url-pattern>*.jsf</url-pattern>
   	</servlet-mapping>
   	
  +  <session-config>
  +    <session-timeout>10</session-timeout> 
  +  </session-config> 	
  +	
   </web-app>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list