[thelist] Dumb cookie question
Chris Blessing
thelist at lists.evolt.org
Thu Sep 12 08:27:11 2002
Steve,
No you can't, simply because the domains are different. If you operate your
SSL site on the same domain name you would because the protocol (http vs.
https) isn't relevant for cookie security (although one might question that
as being the best setup :).
Your web server (depending on which one you're using) can use different home
directories and such for an SSL and a non-SSL site, so maybe that's the
route you should go. HTH!
Chris Blessing
webguy@mail.rit.edu
http://www.330i.net
> Hopefully just a quickie!
>
> If I set a cookie on our http server, can I read back the value
> on our https
> server? The domains are slightly diferent - one begins with "www" and the
> other begins with "boka".
>
> If I can't I'll solve the problem using hidden fields, but it would save a
> lot of hassle if I can just read back the cookie.
>
> Thanks for any pointers.
>
> .steve