Hi I'm trying to reverse proxy a tomcat server with proxy_ajp. If The path of the URL is identical to the path in ajp, sessions are kept without a problem: ProxyPass /abc/ ajp://localhost:8009/abc/ But if I do it like this: ProxyPass / ajp://localhost:8009/abc/ sessions are not kept in tomcat. every request is like a new one. Is this a normal behavior? Is there a workaround for that? Please help -- Haim --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx