Good afternoon all,
I have been stuck on a problem for a long time and I am hoping that somebody here has a solution for me. I am building a web application using java with jquery and ajax. Due to security reasons, things beyond my control, access to my application has to be forwarded from appache via https to a secure port on tomcat. My problem is that each time an ajax call is made it is creating new sessions instead of finding the one that was created during the login. During the execution of an application there could be as many as 20 sessions created. How do I fix this problem? Is there a way to force ajax to stop creating new sessions? I am desperate.