Hi,
We have an application where we are opening an external site in an iFrame on click of an anchor link.(to be precise we are using jQuery colorbox). so the domain of our application is different from the domain of the URL that we are trying to open. The iFrame blocks the third party cookies and hence the correct intended URL is not opened. Instead the index page gets opened.
If we try to change the browser settings (Internet Options-> Privacy-> Advanced->override cookie settings-checking both the checkboxes), the correct URL opens up in iframe.
We need to handle this in
java. Our code base is on java 1.4.
Is there a way we can override the cookie settings and allow third party cookies to be set in iFrame so that the correct URL is opened.
Any help will be great.
Aditi