Document the notifySessionListenersOnReplication attribute for the DeltaManager.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1140806 13f79535-47bb-0310-9956-
ffa450edef68
ROOT web application. (kkolinko)
</fix>
<fix>
+ <bug>51443</bug>: Document the notifySessionListenersOnReplication
+ attribute for the DeltaManager. (markt)
+ </fix>
+ <fix>
<bug>51447</bug>: Viewing a back up session in the HTML Manager web
application no longer changes the session to a primary session. Based on
a patch provided by Eiji Takahashi. (markt)
sessions are counted as active sessions irrespective if whether or not
the current node is the primary node for the session.
</attribute>
+ <attribute name="notifySessionListenersOnReplication" required="false">
+ Set to <code>true</code> if you wish to have session listeners notified
+ when sessions are created and expired across Tomcat nodes in the
+ cluster.
+ </attribute>
<attribute name="stateTransferTimeout" required="false">
The time in seconds to wait for a session state transfer to complete
from another node when a node is starting up.