What's your favorite cross domain cookie sharing approach?
Posted
by
Haoest
on Stack Overflow
See other posts from Stack Overflow
or by Haoest
Published on 2008-11-04T19:09:41Z
Indexed on
2011/02/23
15:25 UTC
Read the original article
Hit count: 212
I see iframe/p3p trick is the most popular one around, but I personally don't like it because javascript + hidden fields + frame really make it look like a hack job. I've also come across a master-slave approach using web service to communicate (http://www.15seconds.com/issue/971108.htm) and it seems better because it's transparent to the user and it's robust against different browsers.
Is there any better approaches, and what are the pros and cons of each?
© Stack Overflow or respective owner