I have developed a simple website, without any security feature. The only feature it has is locale, which helps user to visit website in different languages. My question is that why the jsessionid will be added to the website address ? I know it is used to track users but how to remove it from website address?
For example
http://mywebsite.com/mywebsite/info.html;jsessionid=AE7AAI54A7ECS5155A5541BEFA7CFA58
There is an answer to this question here but I do not know where I should use the suggested code and what does that do ?