<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: How to set third-party cookies with iframe</title> <atom:link href="http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 16 May 2012 17:16:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Yotam</title><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/comment-page-1#comment-26514</link> <dc:creator>Yotam</dc:creator> <pubDate>Tue, 03 Apr 2012 06:41:09 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=331#comment-26514</guid> <description>You can&#039;t just set p3p headers and files as much as you want please read this to get an idea of the implecations: http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer</description> <content:encoded><![CDATA[<p>You can&#8217;t just set p3p headers and files as much as you want please read this to get an idea of the implecations:<br /> <a href="http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer" rel="nofollow">http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-iframe-in-internet-explorer</a></p> ]]></content:encoded> </item> <item><title>By: sekhs</title><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/comment-page-1#comment-26267</link> <dc:creator>sekhs</dc:creator> <pubDate>Wed, 07 Mar 2012 08:31:28 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=331#comment-26267</guid> <description>Hi ,Is this code to be placed in the  content page(outside iframe) or the page inside the iframe.Also what about the p3p xml ?Thanks, Sekh</description> <content:encoded><![CDATA[<p>Hi ,</p><p>Is this code to be placed in the  content page(outside iframe) or the page inside the iframe.</p><p>Also what about the p3p xml ?</p><p>Thanks,<br /> Sekh</p> ]]></content:encoded> </item> <item><title>By: Laxmikant</title><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/comment-page-1#comment-26004</link> <dc:creator>Laxmikant</dc:creator> <pubDate>Thu, 16 Feb 2012 10:57:33 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=331#comment-26004</guid> <description>hi,I faced the problem of set cookie using php for windows 7 os with safari 5.1.2(7534.52.7) version. my code is as below.setcookie($cookie_name, $counter1,time() +3600*24,&quot;/&quot;,&quot;mysubdomain.com&quot;);This code works fine for  windows7 with  5.1(7534.50)any help will be appreciate.If anyone faced and resolved this issueplease  reply.thanks in advanced.</description> <content:encoded><![CDATA[<p>hi,</p><p>I faced the problem of set cookie using php for windows 7 os with safari 5.1.2(7534.52.7) version.<br /> my code is as below.</p><p>setcookie($cookie_name, $counter1,time() +3600*24,&#8221;/&#8221;,&#8221;mysubdomain.com&#8221;);</p><p>This code works fine for  windows7 with  5.1(7534.50)</p><p>any help will be appreciate.</p><p>If anyone faced and resolved this issue</p><p>please  reply.</p><p>thanks in advanced.</p> ]]></content:encoded> </item> <item><title>By: simply</title><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/comment-page-1#comment-25951</link> <dc:creator>simply</dc:creator> <pubDate>Mon, 13 Feb 2012 17:28:02 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=331#comment-25951</guid> <description>this doesn&#039;t work for me. i have this code: response.setHeader(“P3P”, “CP=\”IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\”&quot;); at the top of every jsp page. i tried also . the cookies are still not being passed in IE. im using java in spring framework. any ideas? you say to add it to the view in the controller. what does that mean exactly and why would it be different than adding it to the top of the jsp page?</description> <content:encoded><![CDATA[<p>this doesn&#8217;t work for me.<br /> i have this code:<br /> response.setHeader(“P3P”, “CP=\”IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\”&#8221;);<br /> at the top of every jsp page.<br /> i tried also<br /> .<br /> the cookies are still not being passed in IE.<br /> im using java in spring framework.<br /> any ideas?<br /> you say to add it to the view in the controller.<br /> what does that mean exactly and why would it be different than adding it to the top of the jsp page?</p> ]]></content:encoded> </item> <item><title>By: Ryan Searle</title><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/comment-page-1#comment-25913</link> <dc:creator>Ryan Searle</dc:creator> <pubDate>Thu, 09 Feb 2012 18:43:24 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=331#comment-25913</guid> <description>I have a Wordpress site and am using iframe to embed another site into my one of my pages. The page that is embedded is an online ordering catalog that users must login to and view products. It works great on Safari, Firefox, and Chrome, but Internet Explorer blocked the embedded site in the iframe when I try to log in.I have tried to put the PHP header in the top of my Wordpress page, but does this have to also be in the page that is embedded in the iframe? If so, I can&#039;t do that and is there another way to embed a web page?Thanks, Ryan Searle</description> <content:encoded><![CDATA[<p>I have a WordPress site and am using iframe to embed another site into my one of my pages. The page that is embedded is an online ordering catalog that users must login to and view products. It works great on Safari, Firefox, and Chrome, but Internet Explorer blocked the embedded site in the iframe when I try to log in.</p><p>I have tried to put the PHP header in the top of my WordPress page, but does this have to also be in the page that is embedded in the iframe? If so, I can&#8217;t do that and is there another way to embed a web page?</p><p>Thanks,<br /> Ryan Searle</p> ]]></content:encoded> </item> <item><title>By: game reviews</title><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/comment-page-1#comment-25436</link> <dc:creator>game reviews</dc:creator> <pubDate>Mon, 23 Jan 2012 10:55:04 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=331#comment-25436</guid> <description>An all round great article.</description> <content:encoded><![CDATA[<p>An all round great article.</p> ]]></content:encoded> </item> <item><title>By: PM</title><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/comment-page-1#comment-25346</link> <dc:creator>PM</dc:creator> <pubDate>Sat, 21 Jan 2012 18:36:01 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=331#comment-25346</guid> <description>Many Thanks Gaurav! We were struggling with this issue from last 2 days... Could not thank you enough!</description> <content:encoded><![CDATA[<p>Many Thanks Gaurav! We were struggling with this issue from last 2 days&#8230; Could not thank you enough!</p> ]]></content:encoded> </item> <item><title>By: Gerhard Pretorius</title><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/comment-page-1#comment-16585</link> <dc:creator>Gerhard Pretorius</dc:creator> <pubDate>Sat, 08 Oct 2011 09:44:14 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=331#comment-16585</guid> <description>Ok, it is working on IIS running on Windows 2008. Did not work in local dev environment. (Windows 7, iIS7) Thx</description> <content:encoded><![CDATA[<p>Ok, it is working on IIS running on Windows 2008. Did not work in local dev environment. (Windows 7, iIS7)<br /> Thx</p> ]]></content:encoded> </item> <item><title>By: Gerhard Pretorius</title><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/comment-page-1#comment-16577</link> <dc:creator>Gerhard Pretorius</dc:creator> <pubDate>Fri, 07 Oct 2011 16:45:53 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=331#comment-16577</guid> <description>I have tried various headers, and and also adding this to the Web.Config file system.webserver httpProtocol customHeadersbut no cookies are save in IE9. Also tried setting it manually in the Application_BeginRequest event of an MVC application. HttpContext.Current.Response.AddHeader(&quot;p3p&quot;, &quot;CP=\&quot;IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\&quot;&quot;); Cannot get this to work on IIS running on Windows 7. No cookies saved in the IFrame in IE. Of course it works (without the headers) perfectly in Chrome and FireFox. I fact, debugging the site in IE (VS.NET 2010) shows NO cookies at all and every Session cookie is actually created new in every request inside the IFrame.Any one tried this in a MVC 3 application?</description> <content:encoded><![CDATA[<p>I have tried various headers, and and also adding this to the Web.Config file<br /> system.webserver<br /> httpProtocol<br /> customHeaders</p><p>but no cookies are save in IE9.<br /> Also tried setting it manually in the Application_BeginRequest event of an MVC application.<br /> HttpContext.Current.Response.AddHeader(&#8220;p3p&#8221;, &#8220;CP=\&#8221;IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\&#8221;");<br /> Cannot get this to work on IIS running on Windows 7. No cookies saved in the IFrame in IE. Of course it works (without the headers) perfectly in Chrome and FireFox.<br /> I fact, debugging the site in IE (VS.NET 2010) shows NO cookies at all and every Session cookie is actually created new in every request inside the IFrame.</p><p>Any one tried this in a MVC 3 application?</p> ]]></content:encoded> </item> <item><title>By: Hakan Acar</title><link>http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html/comment-page-1#comment-16133</link> <dc:creator>Hakan Acar</dc:creator> <pubDate>Thu, 29 Sep 2011 11:02:57 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=331#comment-16133</guid> <description>I have a same problem Chrome and Firefox.Sometimes Cookies and Sessions down at the same time.</description> <content:encoded><![CDATA[<p>I have a same problem Chrome and Firefox.Sometimes Cookies and Sessions down at the same time.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/15 queries in 0.026 seconds using disk: basic
Object Caching 362/367 objects using disk: basic

Served from: viralpatel.net @ 2012-05-17 07:54:28 -->
