Hi, I have user preference (colour, locale settings) on example.com that I would like to migrate to example2.com
I'm wondering if I can use AJAX or a hidden iFrame to pass the cookie information from example.com to example2.com which will then set another cookie with the same information on example2.com.
I know I could do this easily through the URL string and a redirect, but I would like to achieve this in the background if possible -- no redirects -- and needs to work on major browsers (IE6+, FF1.5+, Safari, Opera)
Point is this cookie information isn't secure so there's no risk there.