how to remove jsessionid from embedded URLs
843842Feb 27 2008 — edited Sep 9 2008hi,
i have an application running on tomcat. when the page loads for the first time all of the links on my page have a jsessionid trailing after the URL as follows:
/main/test.js;jsessionid={random sequence for the id}
if i simply do a refresh, the jsessionid is removed from all of the links, so it becomes what it is supposed to be:
/main/test.js
- Is there a way I can stop this behavior of jsessionid appearing in the url?
Thanks!