I have one problem with jsessionid in url. i want only to use jsessionid with cookies, but i tried everything including adding this to web.xml.
<session-config>
<tracking-mode>COOKIE</tracking-mode>
</session-config>
Any idea how to solve thisone?