On 19/05/2010 18:48, JohnRiley wrote:
> 
> Right on target. I noticed that it was the emptySessionPath="true" that
> messed things up for me. When I removed it I got back to the wanted
> behavior. However, the emptySessionPath is needed since we are using
> mod_rewrite to change the url:s of the backend application. Otherwise we get
> a JSessionID with a "/path" rather than "/". 

Again, something that is easy to fix if you are using mod_proxy rather
than mod_jk.

You should be able to use mod_headers to re-write the cookie header on
the way back to correct the path.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to