Apache + Tomcat = no cookies and no session id
843841Jan 22 2007 — edited Jan 18 2008When our application is run in an Apache+Tomcat environment session management breaks down completely. Cookies containing session ids are apparently not passed to Tomcat. Url rewriting, the usual solution to no cookies, simply does not work. Encoded URLs do not have jsessionid added.
In searching around I saw lots of references to this problem but no solutions. This problem has been known for at least 5-6 years based on some of the search results I have found so I'm hopeful that there is some sort of 'standard' solution.
Can someone give me the solution or point me to a site deals with this problem.
Thanks,
-=beeky