----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Mike Engelhart wrote:
>
> >
> > Mike Engelhart wrote:
> >
> >> Two servers:
> >> ssl.earthtrip.com
> >> unsecure.earthtrip.com
> >>
> >>
> >> Everything is working *except* sessions are being created. This is
> >> probably a configuration issue but I'm not sure.
> >
> > Yep. cookies are host-restricted, not domain restricted.
> >
> > Don't know if it is useful to change this. Opinions ?
> >
> > (you can use round-robin DNS or specific hw to balance the load betwwen
> > Apache front-ends)
> >
> > Jean-Luc
> Hi Jean-Luc,
>
> OK - so a solution then would be to build a mod_ssl/mod_jserv apache server
> and then moving between ssl and non-ssl on the same host would allow me to
> keep the same session?
>
> Thanks,
Hi Mark,
That's the easiest way. It's working here :
http://jnix.penguinpowered.com on both http & https.
Anoter idea would be to patch the Cookie creation source code (hey,
that's open source ;-) to use domain-enabled cookies.
Comments ?
Jean-Luc
--
--------------------------------------------------------------
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]