Author: schultz
Date: Thu May 10 19:30:36 2012
New Revision: 1336844

URL: http://svn.apache.org/viewvc?rev=1336844&view=rev
Log:
Fixed documentation for maxInactiveInterval: default is 30 minutes, not 60 
seconds.

Modified:
    tomcat/trunk/webapps/docs/config/manager.xml

Modified: tomcat/trunk/webapps/docs/config/manager.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/manager.xml?rev=1336844&r1=1336843&r2=1336844&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/manager.xml (original)
+++ tomcat/trunk/webapps/docs/config/manager.xml Thu May 10 19:30:36 2012
@@ -88,7 +88,7 @@
         <p>The initial maximum time interval, in seconds,
         between client requests before a session is invalidated. A negative 
value
         will result in sessions never timing out. If the attribute is not 
provided,
-        a default of 60 seconds is used.</p>
+        a default of 1800 seconds (30 minutes) is used.</p>
 
         <p>This attribute provides the initial value whenever a
         new session is created, but the interval may be dynamically



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to