Forum Moderators: phranque
The problem is that when somebody makes a purchase, they go over to my secure server, which is on a different domain name, and the order form page is unable to read the cookie set by the page they originally came in on.
What I want to know is, when you set a cookie, is it possible to specify that the cookie will be read by a different domain? And how would you code this in JavaScript?