How to avoid JSESSIONID display browser querystring
ponvin krishna
Greenhorn
Joined: Apr 18, 2008
Posts: 1
posted
0
Hi,
I have two JBoss servers clusted using ModJK and the application I have developed using struts framework. I am accessing the application from Apache web server.
When I access the application home page on the borwser address bar I am seeing the JSESSIONID as
The "jsessionid" attribute is put when cookies are not enabled on the browser, or when there wasn't time to set one. For example if your home JSP page has a <html:link>, the Struts tag will rewrite the URL appending the "jsessionid" attribute, because it did not find any cookie.