ok, for everyone who also had that problem, I found a solution: Because I changed with my mod rewrite the root webapp path the cookie path is not found anymore with the rewrite, so I had to connect the new "virtual" one with the real one.
Lets assume I put all cms sites to a rewritten path of like "content": RewriteRule ^/?content/(.+)\.html$ /ecommerce/control/cms/content/$1 [PT] now I have to tell apache or the browser where to find the real path with: ProxyPassReverseCookiePath /ecommerce/ /content/ with that entry everything works fine! greetings -- View this message in context: http://ofbiz.135035.n4.nabble.com/Mod-Rewrite-and-Session-handling-tp4638721p4639918.html Sent from the OFBiz - User mailing list archive at Nabble.com.
