Hi
I have a problem related to http sessions. I have an image tag in a page. Using JavaScript I change the source of the image and calling a servlet hosted by tomcat 5. In this particular case I have to specify the jsessionid in the url to bind the call to an existing session. http://myurl;jsessionid=xx?otherparams <http://myurl;jsessionid=xx/?otherparams> =... I don't know why, but this is not working. It seem to be on a different session than the existing one.