Hi there,
I have the following problem. When a Netscape browser starts a session
on an HTTP page and then moves to an HTTPS page,
a new session is created. How can I preserve the session while switching
to or from HTTPS?
When the Netscape browser sees a cookie with a different port number, it
assumes the destination
is a different server, so it does not return the cookie to server.
The way to prevent this would be to specify the domain name that Orion
server writes in the cookie.
I set the cookie-domain parameter in orion-web.xml (
cookie-domain=".mydomain.com") but is still not working.
Any suggestion ? Is orion using this parameter ? Orion team ?
Peter