Re: Anonymous carts accross different domains

torgosPizza's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.
Joined: 08/14/2007
Juice: 4110
Re: Anonymous carts accross different domains

Unless I'm mistaken I don't think that's really possible. Most cookies, for security reasons, can only be shared across the domain (you can go across subdomains, such as www.example.com and store.example.com) but actually changing domains would be a problem.

One possible solution would be in all of your sites' settings.php files, set the $cookie_domain URL to one single domain that you would use as your "base" site. That might solve your issue, but you'd have to test first.

--
Help directly fund development: Donate via PayPal!

Anonymous carts accross different domains By: BWPanda (9 replies) Mon, 06/22/2009 - 20:51