You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@locus.apache.org on 2000/09/25 08:24:12 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/session StandardSessionInterceptor.java

costin      00/09/24 23:24:08

  Modified:    src/share/org/apache/tomcat/session
                        StandardSessionInterceptor.java
  Log:
  Ops, forgot a debug statement.
  
  Revision  Changes    Path
  1.12      +0 -2      jakarta-tomcat/src/share/org/apache/tomcat/session/StandardSessionInterceptor.java
  
  Index: StandardSessionInterceptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/session/StandardSessionInterceptor.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- StandardSessionInterceptor.java	2000/09/25 06:10:49	1.11
  +++ StandardSessionInterceptor.java	2000/09/25 06:24:05	1.12
  @@ -221,8 +221,6 @@
   	    ctx.getContainer().setNote( manager_note, sm );
   	    sm.setMaxInactiveInterval( (long)ctx.getSessionTimeOut() *
   				       60 * 1000 );
  -	    // debug
  -	    sm.setMaxInactiveInterval( 60000 );
   	}
   	sm.setMaxActiveSessions( maxActiveSessions );