----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
On Mon, 22 Nov 1999 18:32:19 -0600, Mike Engelhart wrote:
>Two servers:
> ssl.earthtrip.com
> unsecure.earthtrip.com
And two server domains!
>Everything is working *except* sessions are being created. This is
>probably a configuration issue but I'm not sure.
It's prolly a cookie issue. Since you change the domain, the
"unsecure" session cookie is not sent when you go to the secure server.
Try the switch with an URL containing the session data.
Unfortunately, you cannot force request.encodeURL() to encode the URL
(but then, it might add the session when you switch from http to
https). The obvious hack is to add ...?
JServSessionId<zonename>=<sessionid> manually to your https:// URL.
Ciao, Juergen
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]