latnem
11-25-2002, 07:11 PM
I'm currently working on a website that uses JavaScript extensively. Unfortunately I dont have many JS bones in my body and require some help.
Problem:
The site I'm working uses cookies to store shopping cart information. I need to swap protocols and domains to move into an SSL environment. When I do this the data in the shopping cart isnt carried across. Is there a way in which the cookie can be read by 2 different URLs? eg. http://thesite.com and https://secure.com/thesite/ (fictitious domains).
Problem:
The site I'm working uses cookies to store shopping cart information. I need to swap protocols and domains to move into an SSL environment. When I do this the data in the shopping cart isnt carried across. Is there a way in which the cookie can be read by 2 different URLs? eg. http://thesite.com and https://secure.com/thesite/ (fictitious domains).