Author: kkolinko
Date: Sat May 12 13:58:22 2012
New Revision: 1337546
URL: http://svn.apache.org/viewvc?rev=1337546&view=rev
Log:
Clarify the effect of maxActiveSessions attribute of a Manager.
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=1337546&r1=1337545&r2=1337546&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/manager.xml (original)
+++ tomcat/trunk/webapps/docs/config/manager.xml Sat May 12 13:58:22 2012
@@ -81,7 +81,11 @@
<attribute name="maxActiveSessions" required="false">
<p>The maximum number of active sessions that will be created by
- this Manager, or -1 (the default) for no limit.</p>
+ this Manager, or <code>-1</code> (the default) for no limit.</p>
+
+ <p>When the limit is reached, any attempt to create a new session
+ (e.g. with <code>HttpServletRequest.getSession()</code> call)
+ will fail with an <code>IllegalStateException</code>.</p>
</attribute>
<attribute name="maxInactiveInterval" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]