Hi folks,
Is the url autoencoding feature is functional ?
There are two attributes for session-tracking tag
in orion-web.xml: autoencode-urls, and autoencode-absolute-urls.
I set both to true. But it doesn' work - session are lost if
browser does not have cookies. Autoencoded urls looks a little strange:
my_url;session_id_goes_here. I was expecting to something like this:
my_url?jsessionid=session_id_goes_here. Is this the correct way
to encode session id in url ?
Any comments are welcome.
Peter
PS.
I am using 1.0.3 version of orion.