Author: rjung Date: Tue Oct 28 15:39:55 2008 New Revision: 708706 URL: http://svn.apache.org/viewvc?rev=708706&view=rev Log: Add documentation for new session_cookie and session_path.
Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?rev=708706&r1=708705&r2=708706&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Tue Oct 28 15:39:55 2008 @@ -999,6 +999,23 @@ </p> </directive> +<directive name="session_cookie" workers="LB" default="JSESSIONID" required="false"> +The name of the cookie that contains the routing identifier needed for session stickyness. +The routing identifier is everything after a "." character in the value of the cookie. +<p> +This feature has been added in <b>jk 1.2.27</b>. +</p> +</directive> + +<directive name="session_path" workers="LB" default=";jsessionid" required="false"> +The name of the path parameter that contains the routing identifier needed for +session stickyness. The routing identifier is everything after a "." character in the value +of the path parameter. +<p> +This feature has been added in <b>jk 1.2.27</b>. +</p> +</directive> + </advanceddirectives> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]