Hi there
We are experiencing a strange problem in several different versions of IE (IE8, IE9 & IE10). On our main website, we have a usercontrol which generates an iframe in the background, connects to another one of our sites hosted in-house and drops 2 cookies. The process, as it is meant to work, is as follows:
- user navigates to our site - Site1 - hosted on one server (Server1)
- the site creates an iframe which connects to another of our hosted sites - Site2 - hosted on Server2
- Site2 drops its own cookie on the user's machine - Site2 is only connected to via the iframe
- Site1 drops a cookie on the user's machine
However, neither cookie is being dropped. We can see that other cookies are being dropped, but neither Site1 nor Site2's cookies are dropped onto the machine. For this reason, I suspect that the problem may be with the iframe.
Any help on this would be greatly appreciated. Thanks for your help
--Tara
We are experiencing a strange problem in several different versions of IE (IE8, IE9 & IE10). On our main website, we have a usercontrol which generates an iframe in the background, connects to another one of our sites hosted in-house and drops 2 cookies. The process, as it is meant to work, is as follows:
- user navigates to our site - Site1 - hosted on one server (Server1)
- the site creates an iframe which connects to another of our hosted sites - Site2 - hosted on Server2
- Site2 drops its own cookie on the user's machine - Site2 is only connected to via the iframe
- Site1 drops a cookie on the user's machine
However, neither cookie is being dropped. We can see that other cookies are being dropped, but neither Site1 nor Site2's cookies are dropped onto the machine. For this reason, I suspect that the problem may be with the iframe.
Any help on this would be greatly appreciated. Thanks for your help
--Tara