[jboss-cvs] JBossAS SVN: r65292 - trunk/tomcat/src/main/org/jboss/web/tomcat/service/sso.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 11 11:02:43 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-11 11:02:43 -0400 (Tue, 11 Sep 2007)
New Revision: 65292

Modified:
   trunk/tomcat/src/main/org/jboss/web/tomcat/service/sso/mbeans-descriptors.xml
Log:
Doc fix

Modified: trunk/tomcat/src/main/org/jboss/web/tomcat/service/sso/mbeans-descriptors.xml
===================================================================
--- trunk/tomcat/src/main/org/jboss/web/tomcat/service/sso/mbeans-descriptors.xml	2007-09-11 14:32:04 UTC (rev 65291)
+++ trunk/tomcat/src/main/org/jboss/web/tomcat/service/sso/mbeans-descriptors.xml	2007-09-11 15:02:43 UTC (rev 65292)
@@ -25,7 +25,9 @@
          type="int"/>
 
       <attribute name="processExpiresInterval"
-         description="The maximum number of seconds an SSO with no active sessions will be usable by a request"
+         description="The minimum number of seconds between efforts by the valve to find and invalidate SSO's 
+                      that have exceeded their 'maxEmptyLife'. Does not imply effort will be spent on such
+                      cleanup every 'processExpiresInterval'."
          type="int"/>
 
       <attribute name="lastProcessExpires"




More information about the jboss-cvs-commits mailing list