craigmcc    01/09/20 15:28:32

  Modified:    catalina/src/conf web.xml
  Log:
  Session timeouts in web.xml are in minutes, not seconds.
  
  Submitted by:  Jim Urban <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.23      +1 -1      jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- web.xml   2001/09/10 04:22:35     1.22
  +++ web.xml   2001/09/20 22:28:31     1.23
  @@ -273,7 +273,7 @@
   
     <!-- ==================== Default Session Configuration ================= -->
   
  -  <!-- You can set the default session timeout (in seconds) for all newly   -->
  +  <!-- You can set the default session timeout (in minutes) for all newly   -->
     <!-- created sessions by modifying the value below.                       -->
   
     <session-config>
  
  
  

Reply via email to