views:

411

answers:

0

Im using a mod_rewrite rewrite rule in apache to get access to a tomcat application. This applications is using session cookies.

The application cookies works fine when accessing the tomcat application directly, but if I use the apache url, the cookie will not be sent out by the client browser. I guess this is because there is no match for the cookie-path any more.

Is there any way to configure apache to make it work?

/Br Johannes