Using this link i am able to get correct output. I am able to see correct URL in iframe. But this work fine when i have preference setting to Block cookies as Never in safari.
But it not works correctly when i set Block cookies to "Always" and "From Third party and advertisers".
So my question is did any one know how to resolve this? Or do you have any javascript code so that i can set Safari cookies always to "Never"?
Bhanudas
Member
4 Points
6 Posts
Issue with Cross Domain Cookies in Safari while using IFrame.
Jan 25, 2012 09:15 AM|LINK
Hi,
To work with cross domain cookies in safari and iframe. I have used http://stackoverflow.com/questions/408582/setting-cross-domain-cookies-in-safari this link.
Using this link i am able to get correct output. I am able to see correct URL in iframe. But this work fine when i have preference setting to Block cookies as Never in safari.
But it not works correctly when i set Block cookies to "Always" and "From Third party and advertisers".
So my question is did any one know how to resolve this? Or do you have any javascript code so that i can set Safari cookies always to "Never"?
expo
Member
4 Points
2 Posts
Re: Issue with Cross Domain Cookies in Safari while using IFrame.
Feb 13, 2013 03:44 PM|LINK
Did you ever make this work?
Bhanudas
Member
4 Points
6 Posts
Re: Issue with Cross Domain Cookies in Safari while using IFrame.
Feb 14, 2013 09:54 AM|LINK
Hi friend,
That problem is get resolved. The problem was with javascript code.
Thanks,
Bhanudas Wadekar
expo
Member
4 Points
2 Posts
Re: Issue with Cross Domain Cookies in Safari while using IFrame.
Feb 14, 2013 02:05 PM|LINK
Hi, Can you share your javascript code? if you still have that. I know it's an old post.