i continually have a problem with hotmail when i send out html-enabled emails because they encapsulate my target page within their sub-frame and it causes a problem with my session code. internet explorer sees my session-cookie as a third party cookie because i am still technically within the hotmail.com domain. if the browser's security isn't set to low then my session-cookie is refused by the clients browser and my users see garbage
i noticed the problem on other sites such as o'reilly's "safari". how can i handle this problem? basically i need to detect if my newsletter is encapsulated in frames or not before i set my sessionid.
it has to be on the server-side because i use "Header: Location" once the username and password is verified through the uri. therefore javascript (or some other client side solution) won't work.
this problem has to be very common. anybody have a good solution?
🙁 🙁