Created attachment 22673 [details] Diff to add support for changing the value of JSESSIONID When Tomcat is used in conjunction with other application servers behind an Apache HTTPD proxy connection, the session cookie JSESSIONID will be over-written be each other. The solution is to allow the JSESSIONID cookie to be renamed to something else. Equivalent support is already provided by JBOSS and Weblogic. The purpose of this ticket is to mirror the bug opened for Tomcat 5. The bug number is bug 42419. I attached a patch to that bug to allow for the requested functionality and have added an equivalent for Tomcat 6 to this ticket.
A broader patch has been committed that additionally: - makes the path name parameter configurable - provides documentation This has been committed to trunk and proposed for 6.0.x
This has been applied to 6.0.x and will be in 6.0.19 onwards.