We have a Spring , JSF application at Skill-Guru
Problem:
User opens the site by visiting through a url or directly typing www.skill-guru.com in url. Now when the user clicks on any link first time, a jsession id is appended to the url. for eg http://www.skill-guru.com/test/62/pmp-certification-practice-test;jsessionid=3FBFDD1C6C8A9A2FC4FE7C282A60DE4D
After that clicking on any link or url, this session id will not be appended. But this id is appended in google webmaster links, users who copy the link , copy with jession id.
I do not want the jsession id appended to the url.
Any help is appreciated.