Re: Apache+Tomcat+mod_jk+cookie+Rewrite

2007-01-06 Thread Peter Rossbach
Right, is the url at same domain you can use emptySessionPath at your connector configuration. Docs say: set to true, all paths for session cookies will be set to /. This can be useful for portlet specification implementations, but will greatly affect performance if many applications are

Re: Apache+Tomcat+mod_jk+cookie+Rewrite

2007-01-05 Thread DEVAL SHAH
ers List" To: Tomcat Users List Subject: Re: Apache+Tomcat+mod_jk+cookie+Rewrite Date: Fri, 05 Jan 2007 09:29:13 -0500 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Deval, DEVAL SHAH wrote: > I notice that because of url rewriting [RewriteRule] my cookie is not > being passed to Tom

Re: Apache+Tomcat+mod_jk+cookie+Rewrite

2007-01-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Deval, DEVAL SHAH wrote: > I notice that because of url rewriting [RewriteRule] my cookie is not > being passed to Tomcat. It's not your rewrite rule that is dropping your cookie. It's the fact that you are changing the path of the URI. > RewriteRul

Apache+Tomcat+mod_jk+cookie+Rewrite

2007-01-04 Thread DEVAL SHAH
Hello, I notice that because of url rewriting [RewriteRule] my cookie is not being passed to Tomcat. This is what I am doing: I have mod_jk as connector between Tomcat and Apache. I have an HTML page where I set my cookie - username. Now If I call the servlet directly from html page then cookie