Forum Moderators: open

Message Too Old, No Replies

Problem with cookies

Problem with cookies

         

ksnyder

3:31 am on Jun 19, 2004 (gmt 0)



I'm having a problem with setting cookies on my site. I have a frame that is being called as http. The pages within the frame are being called via https. One of those frames sets a cookie. Then redirects to a new page which calls that same cookie.

The cookie information does not seem to be set/returned when I call the pages via the https connection. The same exact pages, called through an http connection, call the cookie just fine.

The Http and https URLs are different:
[mydomain.com...]
[server.webhost.com...]

I've tried everything I can think of including simplifying the cookie down to just the name and value...

Any thoughts?

dcrombie

12:55 pm on Jun 19, 2004 (gmt 0)



You can't share cookies between different domains.

You can share between www.example.com and www2.example.com if you set the "domain" value to "example.com", but that is as far as it goes.