![]() |
|
![]() | ||
|
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¶m2=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¶m2=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? |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
There are no comments at this time. |
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 Home - Answers FAQ - Terms of Service - Privacy Policy |