jsessionid problem in Apache + Tomcat
843842Sep 22 2008 — edited Sep 23 2008Hi,
I am developing a struts application where I need to make the user access a struts action page link directly (With link sent to him via his email) . Like for example:
http://mydomain.com/myPage.do
When the page is hit, a page with form fields appear and upon submit, it says : 404 error and I could see ;jsessionid=9A7FCF23795C547C9F8DCEAB3870EF0C appended to the url.
Also, some of the forums described that i need to have cookies enable but I cannot mandate that to every user using the site.
Please help me find a solution for the same. I am using tomcat + apache.
Thank you very very much.