Google Answers Logo
View Question
 
Q: Move jsessionid parameter to end of URL ( No Answer,   0 Comments )
Question  
Subject: Move jsessionid parameter to end of URL
Category: Computers > Internet
Asked by: freezingcode-ga
List Price: $50.00
Posted: 31 Mar 2005 15:33 PST
Expires: 08 Apr 2005 10:18 PDT
Question ID: 503367
I use Tomcat as my web server. My research has revealed that it will
first attempt to store a session id in a cookie. If it can't, it will
embed the session id in the URL. I've also read that I can disable
session support entirely and that I can force sessions to be inserted
in the URL always. I've not found anything that describes how to keep
the session ID out of the URL while still supporting sessions in
cookies

Here's an example of the jsessionid parameter that gets added to the
URL when cookies aren't supported. So an example URL would be:

http://www.somesite.com/page.do;jsessionid=8012F0AA1B354924E2D04221EA7711C1.app2_fa2?param1=value1&param2=value2

I would like my server to instead create this URL with the jsessionid
appended to the very end of the URL after the question mark and all
other parameters. So it would the above would become:

http://www.somesite.com/page.do?param1=value1&param2=value2&jsessionid=8012F0AA1B354924E2D04221EA7711C1.app2_fa2

Is there a way to configure Tomcat so that it puts the jsessionid
parameter in the URL as I've described above?
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy