aspose file tools
The moose likes JBoss and the fly likes How to avoid JSESSIONID display browser querystring Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How to avoid JSESSIONID display browser querystring" Watch "How to avoid JSESSIONID display browser querystring" New topic
Author

How to avoid JSESSIONID display browser querystring

ponvin krishna
Greenhorn

Joined: Apr 18, 2008
Posts: 1
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

http://HostName/AppContext/home.do;jsessionid=56FA082595546D3F49A5F42ACB48A1EB.JbossCluster1

How can I restrict ";jsessionid=56FA082595546D3F49A5F42ACB48A1EB.JbossCluster1" being displayed in browser as part of Query String.

Please someone help me.

Regards
Pon
Esteban Puertas
Greenhorn

Joined: Mar 23, 2008
Posts: 22
Hi,
Is your browser allowing cookies? It seems like the server is using url rewriting...
Rajesh Chande
Greenhorn

Joined: Apr 20, 2004
Posts: 8
Hello,

Any body got any solution on this issue?

I am facing the same issue.

Regards,
Rajesh.
Rene Larsen
Ranch Hand

Joined: Oct 12, 2001
Posts: 1179

Cut-and-paste from http://www.mail-archive.com/user@struts.apache.org/msg50246.html

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.


Regards, Rene Larsen
Dropbox Invite
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to avoid JSESSIONID display browser querystring
 
Similar Threads
Securing an application
Login URL problem in my application
How to remove jsessionid from a URL
URL mapping
jsessionid in URL