<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Third-party Cookies in Safari, Internet Explorer</title>
	<atom:link href="http://squeeville.com/2010/02/03/third-party-cookies-in-safari-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://squeeville.com/2010/02/03/third-party-cookies-in-safari-internet-explorer/</link>
	<description>Jason Collins. No redaction.</description>
	<lastBuildDate>Tue, 29 Mar 2011 10:02:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Will Mainwaring</title>
		<link>http://squeeville.com/2010/02/03/third-party-cookies-in-safari-internet-explorer/#comment-194</link>
		<dc:creator><![CDATA[Will Mainwaring]]></dc:creator>
		<pubDate>Mon, 07 Mar 2011 13:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://squeeville.com/?p=118#comment-194</guid>
		<description><![CDATA[In your client page load function:

function onLoad()
{
    SetCookie(&quot;CheckAcceptCookies&quot;, &quot;confirmed&quot;, 999);
    var sNode = GetCookie(&quot;CheckAcceptCookies&quot;);
    if(sNode != &quot;confirmed&quot;)
        location.href = &#039;AcceptCookies.aspx&#039;;
}

This assumes you have your own set/get cookie functions.

-------------------------------------------------------------------------------------------------------------

AcceptCookies.aspx source:







    Please click to continue
    
        function onClickConfirm()
        {
            javascript:history.go(-1);
            return false;
        }
    


    
    
        
    
    
 


-------------------------------------------------------------------------------------------------------------

AcceptCookies.aspx.vb is empty.]]></description>
		<content:encoded><![CDATA[<p>In your client page load function:</p>
<p>function onLoad()<br />
{<br />
    SetCookie(&#8220;CheckAcceptCookies&#8221;, &#8220;confirmed&#8221;, 999);<br />
    var sNode = GetCookie(&#8220;CheckAcceptCookies&#8221;);<br />
    if(sNode != &#8220;confirmed&#8221;)<br />
        location.href = &#8216;AcceptCookies.aspx&#8217;;<br />
}</p>
<p>This assumes you have your own set/get cookie functions.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>AcceptCookies.aspx source:</p>
<p>    Please click to continue</p>
<p>        function onClickConfirm()<br />
        {<br />
            javascript:history.go(-1);<br />
            return false;<br />
        }</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>AcceptCookies.aspx.vb is empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://squeeville.com/2010/02/03/third-party-cookies-in-safari-internet-explorer/#comment-193</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Fri, 07 Jan 2011 11:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://squeeville.com/?p=118#comment-193</guid>
		<description><![CDATA[Hi, 

I struggled with the same issue. I created a sample P3P that worked for me. 

http://www.spamcollect.com/archives/33

Hope it helps someone.]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I struggled with the same issue. I created a sample P3P that worked for me. </p>
<p><a href="http://www.spamcollect.com/archives/33" rel="nofollow">http://www.spamcollect.com/archives/33</a></p>
<p>Hope it helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Fore</title>
		<link>http://squeeville.com/2010/02/03/third-party-cookies-in-safari-internet-explorer/#comment-192</link>
		<dc:creator><![CDATA[Andy Fore]]></dc:creator>
		<pubDate>Sun, 02 Jan 2011 23:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://squeeville.com/?p=118#comment-192</guid>
		<description><![CDATA[I have run into this very same problem, but unfortunately it is with the use of a third-party site that I cannot control.  At Valdosta State University we use Microsoft&#039;s Live@EDU program to handle offsite hosting of our e-mail services.

The web interface for this platform employs the use of third-party cookies.  I did find a way to enable P3P functionality in Firefox, which I have posted here:

http://arfore.com/2010/10/25/enable-p3p-support-in-firefox/

Unfortunately no such solution exists for Safari.

Andy]]></description>
		<content:encoded><![CDATA[<p>I have run into this very same problem, but unfortunately it is with the use of a third-party site that I cannot control.  At Valdosta State University we use Microsoft&#8217;s Live@EDU program to handle offsite hosting of our e-mail services.</p>
<p>The web interface for this platform employs the use of third-party cookies.  I did find a way to enable P3P functionality in Firefox, which I have posted here:</p>
<p><a href="http://arfore.com/2010/10/25/enable-p3p-support-in-firefox/" rel="nofollow">http://arfore.com/2010/10/25/enable-p3p-support-in-firefox/</a></p>
<p>Unfortunately no such solution exists for Safari.</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://squeeville.com/2010/02/03/third-party-cookies-in-safari-internet-explorer/#comment-179</link>
		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Tue, 11 May 2010 23:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://squeeville.com/?p=118#comment-179</guid>
		<description><![CDATA[you wouldnt have some sample code you would be willing to share do you. I have been ripping my ears off trying to get this to work.]]></description>
		<content:encoded><![CDATA[<p>you wouldnt have some sample code you would be willing to share do you. I have been ripping my ears off trying to get this to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

