<?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"
	>
<channel>
	<title>Comments on: Site measurement is hard</title>
	<atom:link href="http://www.cogmap.com/blog/2007/10/25/site-measurement-is-hard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cogmap.com/blog/2007/10/25/site-measurement-is-hard/</link>
	<description>The Official Blog of Cogmap, the Org Chart Wiki</description>
	<pubDate>Sat, 22 Nov 2008 03:45:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Rob Wilkerson</title>
		<link>http://www.cogmap.com/blog/2007/10/25/site-measurement-is-hard/#comment-247</link>
		<dc:creator>Rob Wilkerson</dc:creator>
		<pubDate>Mon, 29 Oct 2007 19:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogmap.com/blog/2007/10/25/site-measurement-is-hard/#comment-247</guid>
		<description>Not any more.  Actually, not ever (effectively), but it was a lesson that got learned over and over until it set in for good.  Intuitively (and theoretically), IP is such an obvious choice for uniquely identifying users.  It would still be useful to do so, I think, but most of us have been beaten with that stick too many times. We know not to bother.  

We also understand the web and its infrastructure much better now than we did in its infancy.  At the time, most of us knew HTML, JS, maybe a little CGI, but the big picture was still hazier than it should have been.</description>
		<content:encoded><![CDATA[<p>Not any more.  Actually, not ever (effectively), but it was a lesson that got learned over and over until it set in for good.  Intuitively (and theoretically), IP is such an obvious choice for uniquely identifying users.  It would still be useful to do so, I think, but most of us have been beaten with that stick too many times. We know not to bother.  </p>
<p>We also understand the web and its infrastructure much better now than we did in its infancy.  At the time, most of us knew HTML, JS, maybe a little CGI, but the big picture was still hazier than it should have been.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brent</title>
		<link>http://www.cogmap.com/blog/2007/10/25/site-measurement-is-hard/#comment-246</link>
		<dc:creator>brent</dc:creator>
		<pubDate>Mon, 29 Oct 2007 13:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogmap.com/blog/2007/10/25/site-measurement-is-hard/#comment-246</guid>
		<description>Does anyone ever do that?  There are so many problems with trying to use IP as a unique ID that I never even associated the two issues.  Tons of companies use a firewall that makes all the traffic look like it is coming from one IP, but to switch IPs from request to request as it passes through the firewall is "special".  I assume this is something AOL built as part of dealing with certain scalability and caching issues.  Everyone knows AOL caches tons of stuff.

Actually, that is something that hasn't really been discussed: Third party caches like these can be real deal-killers.</description>
		<content:encoded><![CDATA[<p>Does anyone ever do that?  There are so many problems with trying to use IP as a unique ID that I never even associated the two issues.  Tons of companies use a firewall that makes all the traffic look like it is coming from one IP, but to switch IPs from request to request as it passes through the firewall is &#8220;special&#8221;.  I assume this is something AOL built as part of dealing with certain scalability and caching issues.  Everyone knows AOL caches tons of stuff.</p>
<p>Actually, that is something that hasn&#8217;t really been discussed: Third party caches like these can be real deal-killers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Wilkerson</title>
		<link>http://www.cogmap.com/blog/2007/10/25/site-measurement-is-hard/#comment-243</link>
		<dc:creator>Rob Wilkerson</dc:creator>
		<pubDate>Fri, 26 Oct 2007 11:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cogmap.com/blog/2007/10/25/site-measurement-is-hard/#comment-243</guid>
		<description>The "AOL complexity" with respect to IPs (developers that have been around for a while may have a few other, less euphemistic pet names for it) is well known to most web developers that have been around for a while.  For us, though, it's less about metrics and more about security.  

Want to attach an IP address to a session as a supplemental unique key?  Can't do it.  Want to filter on IP to allow certain functionality to a particular user base?  Can't do it.  Want to check that a session hasn't been hijacked using the visitor's IP address?  Can't do it.  I could go on, but you probably get the idea.  :-)

Just a different limitation caused by the same problem - the inability to rely on IP address as a unique identifier of a user within a session.</description>
		<content:encoded><![CDATA[<p>The &#8220;AOL complexity&#8221; with respect to IPs (developers that have been around for a while may have a few other, less euphemistic pet names for it) is well known to most web developers that have been around for a while.  For us, though, it&#8217;s less about metrics and more about security.  </p>
<p>Want to attach an IP address to a session as a supplemental unique key?  Can&#8217;t do it.  Want to filter on IP to allow certain functionality to a particular user base?  Can&#8217;t do it.  Want to check that a session hasn&#8217;t been hijacked using the visitor&#8217;s IP address?  Can&#8217;t do it.  I could go on, but you probably get the idea.  :-)</p>
<p>Just a different limitation caused by the same problem - the inability to rely on IP address as a unique identifier of a user within a session.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
