Home
Analytics
Hide jsessionid in URL
larrychan
I have a report which has a hyperlink to another report. At runtime, when I examine the link address, I saw that there's a jsessionid=<session id> in the drill down URL. I tried putting the following into web.xml
<session-config>
<tracking-mode>COOKIE</tracking-mode>
</session-config>
But it's still generating URLs with jsessionid=<session id>.
Is there a way to configure the Actuate viewer to stop using jsessionid in URL?
Thanks in advance.
Find more posts tagged with
Comments
kclark
What version are you running?
larrychan
I'm running 11SP4 and our Tomcat version is 7.0.4
kclark
I don't think there is a way to remove it from the url, but the jsessionid can only be used from the original browser.
larrychan
I'll be filing an enhancement request.