My domain (let's call it www.foo.com) creates a cookie. On another site (let's say, www.myspace.com), my domain is loaded within an iFrame.
On every browser (Firefox, Opera, Camino, Safari, etc...) except for Internet Explorer, I can access my own cookie. In IE, it doesn't give me access to the cookie from within the iFrame.
Is there a way to get around this?
Really, this makes no sense because the site trying to access the cookie is www.foo.com and the cookie is owned by www.foo.com. But for some reason, IE thinks the iFrame makes them unrelated.