tags:

views:

89

answers:

1

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.

+1  A: 

Duplicate of http://stackoverflow.com/questions/962729/is-it-possible-to-disable-jsessionid-in-tomcat-servlet

bwawok
Should be a comment?
TheLQ
Not really, the question should be closed as a duplicate
bwawok
@bwawok Yes I think this question can be closed. The link you have pointed has the solution. I had tried searching for answer but di dnot find this link. Guess I phrased the question wrong.Thanks.
vsingh