<?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: The skinny on cookies</title>
	<atom:link href="http://www.stevesouders.com/blog/2009/08/21/the-skinny-on-cookies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevesouders.com/blog/2009/08/21/the-skinny-on-cookies/</link>
	<description>Essential knowledge for making your web pages faster.</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:46:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: RK</title>
		<link>http://www.stevesouders.com/blog/2009/08/21/the-skinny-on-cookies/#comment-766</link>
		<dc:creator>RK</dc:creator>
		<pubDate>Mon, 24 Aug 2009 05:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=488#comment-766</guid>
		<description>I checked Google&#039;s Browser Security Handbook recently &amp; I&#039;m glad it is updated for IE 8. As per that document, the maximum number of cookies per site in FF2, Safari &amp; Opera are infinite and it is 100 for FF3 - http://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_cookies</description>
		<content:encoded><![CDATA[<p>I checked Google&#8217;s Browser Security Handbook recently &amp; I&#8217;m glad it is updated for IE 8. As per that document, the maximum number of cookies per site in FF2, Safari &amp; Opera are infinite and it is 100 for FF3 &#8211; <a href="http://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_cookies" rel="nofollow">http://code.google.com/p/browsersec/wiki/Part2#Same-origin_policy_for_cookies</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Meenan</title>
		<link>http://www.stevesouders.com/blog/2009/08/21/the-skinny-on-cookies/#comment-765</link>
		<dc:creator>Patrick Meenan</dc:creator>
		<pubDate>Sun, 23 Aug 2009 02:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=488#comment-765</guid>
		<description>One REALLY easy way to blow out those cookie lengths is to encode the current url into a cookie.  We have seen it with some user tracking services for tracking the path through a site.  

Combine that with freakishly long urls (a problem in and of itself) and you get random pages causing browsing problems downstream because they blow the 8k limit.</description>
		<content:encoded><![CDATA[<p>One REALLY easy way to blow out those cookie lengths is to encode the current url into a cookie.  We have seen it with some user tracking services for tracking the path through a site.  </p>
<p>Combine that with freakishly long urls (a problem in and of itself) and you get random pages causing browsing problems downstream because they blow the 8k limit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David King</title>
		<link>http://www.stevesouders.com/blog/2009/08/21/the-skinny-on-cookies/#comment-763</link>
		<dc:creator>David King</dc:creator>
		<pubDate>Sat, 22 Aug 2009 15:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=488#comment-763</guid>
		<description>Nice article! Not a problem I&#039;ve ver encountered, but it&#039;s all about prevention over cure ey!</description>
		<content:encoded><![CDATA[<p>Nice article! Not a problem I&#8217;ve ver encountered, but it&#8217;s all about prevention over cure ey!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas C. Zakas</title>
		<link>http://www.stevesouders.com/blog/2009/08/21/the-skinny-on-cookies/#comment-761</link>
		<dc:creator>Nicholas C. Zakas</dc:creator>
		<pubDate>Sat, 22 Aug 2009 04:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=488#comment-761</guid>
		<description>That limit is important because some browsers (Chrome and Safari) don&#039;t limit the total size of cookies they will send, so you can set cookies to larger than 8 kb and actually cause a server error as a result.</description>
		<content:encoded><![CDATA[<p>That limit is important because some browsers (Chrome and Safari) don&#8217;t limit the total size of cookies they will send, so you can set cookies to larger than 8 kb and actually cause a server error as a result.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

