Author: schultz Date: Thu May 10 19:31:10 2012 New Revision: 1336845 URL: http://svn.apache.org/viewvc?rev=1336845&view=rev Log: Fixed documentation for maxInactiveInterval: default is 30 minutes, not 60 seconds.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml?rev=1336845&r1=1336844&r2=1336845&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/manager.xml Thu May 10 19:31:10 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