Recently I came across an issue with IE and a web application that was being displayed within an iframe on another parent page.
When I would load the parent page, I would get a “page cannot be displayed error”.
To make a long story short, my web application needed to set a cookie, and because it was being hosted within an Iframe, this was considered third party. In order to allow IE to set…
