Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to remove jsessionid from embedded URLs

843842Feb 27 2008 — edited Sep 9 2008
hi,

i have an application running on tomcat. when the page loads for the first time all of the links on my page have a jsessionid trailing after the URL as follows:

/main/test.js;jsessionid={random sequence for the id}

if i simply do a refresh, the jsessionid is removed from all of the links, so it becomes what it is supposed to be:

/main/test.js

- Is there a way I can stop this behavior of jsessionid appearing in the url?

Thanks!

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 7 2008
Added on Feb 27 2008
4 comments
1,008 views