Author: kfujino Date: Mon Sep 30 07:37:53 2013 New Revision: 1527468 URL: http://svn.apache.org/r1527468 Log: Add document for sessionIdAttribute attribute in JvmRouteBinderValve.
Modified: tomcat/trunk/webapps/docs/config/cluster-valve.xml Modified: tomcat/trunk/webapps/docs/config/cluster-valve.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-valve.xml?rev=1527468&r1=1527467&r2=1527468&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/cluster-valve.xml (original) +++ tomcat/trunk/webapps/docs/config/cluster-valve.xml Mon Sep 30 07:37:53 2013 @@ -96,7 +96,10 @@ Default value is <code>true</code> Runtime attribute to turn on and off turn over of the session's jvmRoute value. </attribute> - + <attribute name="sessionIdAttribute" required="false"> + Old sessionid before failover is registered in request attributes with this attribute. + Default attribute name is <code>org.apache.catalina.ha.session.JvmRouteOrignalSessionID</code>. + </attribute> </attributes> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org