<?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: Killing _utma _utmb _utmc _utmz Cookies</title>
	<atom:link href="http://djs-consulting.com/linux/blog/2008/killing-_utma-_utmb-_utmc-_utmz-cookies/feed" rel="self" type="application/rss+xml" />
	<link>http://djs-consulting.com/linux/blog/2008/killing-_utma-_utmb-_utmc-_utmz-cookies</link>
	<description>Technical Information You Can Use (or not - but hey, at least it&#039;s free!)</description>
	<lastBuildDate>Sun, 25 Jul 2010 09:40:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tommy_B</title>
		<link>http://djs-consulting.com/linux/blog/2008/killing-_utma-_utmb-_utmc-_utmz-cookies/comment-page-1#comment-1055</link>
		<dc:creator>Tommy_B</dc:creator>
		<pubDate>Sat, 19 Sep 2009 06:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.djs-consulting.com/linux/blog/?p=68#comment-1055</guid>
		<description>oops, looks like I got filtered!  if you navigate to the Mozilla Privacy Policy URL I reference above, the portion of the source code I am talking about begins right after the end of the heading; if you&#039;re using FF, just look for the first line of green text.

&lt;em&gt;Ed: Fixed the text in the above comment - thanks for the info!&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>oops, looks like I got filtered!  if you navigate to the Mozilla Privacy Policy URL I reference above, the portion of the source code I am talking about begins right after the end of the heading; if you&#8217;re using FF, just look for the first line of green text.</p>
<p><em>Ed: Fixed the text in the above comment &#8211; thanks for the info!</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy_B</title>
		<link>http://djs-consulting.com/linux/blog/2008/killing-_utma-_utmb-_utmc-_utmz-cookies/comment-page-1#comment-1054</link>
		<dc:creator>Tommy_B</dc:creator>
		<pubDate>Sat, 19 Sep 2009 06:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.djs-consulting.com/linux/blog/?p=68#comment-1054</guid>
		<description>I too had hoped this would put an end to the scourge of the tracking cookies... I actually modified my host file rather than use Adblock simply because I know more about my host file than Adblock ;)  

unfortunately, it only blocks Google Analytics tracking. There are plenty of others out there. I haven&#039;t quite figured out how to deal with those yet, what the names and content of their cookies are.
 
Also, there are sites that host that host their own analytics apps right on the server. I found this out on, surprise surprise, Mozilla&#039;s Privacy Policy page 
http://www.mozilla.com/en-US/legal/privacy/firefox-en.html . 
I had already successfully tested GA cookie blocking so I knew that was working. I was doing some other testing on cookies and saw some from Mozilla so I decided to take a look and was surprised to see: the typical _utma, _utmb, _utmc and _utmz (the content in these were standard) plus s_vi, s_sq, and s_cc (couldn&#039;t decipher the content in these three).

I thought, damn, the blocking didn&#039;t work. So I looked at the source of the page and this was the relevant code I found:
&lt;!-- SiteCatalyst Reporting --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;s_account=&quot;mozillacom&quot;;&lt;/script&gt;
&lt;script src=&quot;/js/s_code.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;

Aha, well there was my answert: this part of the third line
script src=&quot;/js/s_code.js&quot; 
indicates that the same server hosting the html page is also the source of that script, presumably generating the cookies (at least I assume that&#039;s the purpose of that script, the note right above the beginning does say &quot;SiteCatalyst Reporting&quot;) 

At least with mozilla, you can block all cookies and everything still works right. 

And if people just keep hopping on the GA bandwagon then there won&#039;t be too much more trouble trying to block the analytics of GA&#039;s competitors.

Thanks for the post.</description>
		<content:encoded><![CDATA[<p>I too had hoped this would put an end to the scourge of the tracking cookies&#8230; I actually modified my host file rather than use Adblock simply because I know more about my host file than Adblock <img src='http://djs-consulting.com/linux/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   </p>
<p>unfortunately, it only blocks Google Analytics tracking. There are plenty of others out there. I haven&#8217;t quite figured out how to deal with those yet, what the names and content of their cookies are.</p>
<p>Also, there are sites that host that host their own analytics apps right on the server. I found this out on, surprise surprise, Mozilla&#8217;s Privacy Policy page<br />
<a href="http://www.mozilla.com/en-US/legal/privacy/firefox-en.html" rel="nofollow">http://www.mozilla.com/en-US/legal/privacy/firefox-en.html</a> .<br />
I had already successfully tested GA cookie blocking so I knew that was working. I was doing some other testing on cookies and saw some from Mozilla so I decided to take a look and was surprised to see: the typical _utma, _utmb, _utmc and _utmz (the content in these were standard) plus s_vi, s_sq, and s_cc (couldn&#8217;t decipher the content in these three).</p>
<p>I thought, damn, the blocking didn&#8217;t work. So I looked at the source of the page and this was the relevant code I found:<br />
&lt;!&#8211; SiteCatalyst Reporting &#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;s_account=&#8221;mozillacom&#8221;;&lt;/script&gt;<br />
&lt;script src=&#8221;/js/s_code.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</p>
<p>Aha, well there was my answert: this part of the third line<br />
script src=&#8221;/js/s_code.js&#8221;<br />
indicates that the same server hosting the html page is also the source of that script, presumably generating the cookies (at least I assume that&#8217;s the purpose of that script, the note right above the beginning does say &#8220;SiteCatalyst Reporting&#8221;) </p>
<p>At least with mozilla, you can block all cookies and everything still works right. </p>
<p>And if people just keep hopping on the GA bandwagon then there won&#8217;t be too much more trouble trying to block the analytics of GA&#8217;s competitors.</p>
<p>Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://djs-consulting.com/linux/blog/2008/killing-_utma-_utmb-_utmc-_utmz-cookies/comment-page-1#comment-1031</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Mon, 25 May 2009 15:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.djs-consulting.com/linux/blog/?p=68#comment-1031</guid>
		<description>Infinitely appreciate your input! I like and I&#039;m sure do a good job.

We appreciate the time shared with us.

Visit this site: &lt;a href=&quot;http://www.epinions.com/user-skateboarddeck/show_~View_Profile&quot; rel=&quot;nofollow&quot;&gt;skateboarddeck&#039;s Profile&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Infinitely appreciate your input! I like and I&#8217;m sure do a good job.</p>
<p>We appreciate the time shared with us.</p>
<p>Visit this site: <a href="http://www.epinions.com/user-skateboarddeck/show_~View_Profile" rel="nofollow">skateboarddeck&#8217;s Profile</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Uecker</title>
		<link>http://djs-consulting.com/linux/blog/2008/killing-_utma-_utmb-_utmc-_utmz-cookies/comment-page-1#comment-1025</link>
		<dc:creator>Mario Uecker</dc:creator>
		<pubDate>Thu, 14 May 2009 01:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.djs-consulting.com/linux/blog/?p=68#comment-1025</guid>
		<description>Thank you very much! It works ;)</description>
		<content:encoded><![CDATA[<p>Thank you very much! It works <img src='http://djs-consulting.com/linux/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
