git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@980399
13f79535-47bb-0310-9956-
ffa450edef68
protected int rejectedSessions = 0;
- /**
- * Processing time during session expiration.
- */
- protected long processingTime = 0;
-
-
// ------------------------------------------------------------- Properties
description="The frequency of the manager checks (expiration and passivation)"
type="int"/>
- <attribute name="processingTime"
- description="Time spent doing housekeeping and expiration"
- type="long" />
-
<attribute name="sessionAverageAliveTime"
description="Average time an expired session had been alive"
type="int" />