<?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: Update to Internet Explorer&#8217;s Cookie Jar</title>
	<atom:link href="http://ajaxian.com/archives/update-to-internet-explorers-cookie-jar/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/update-to-internet-explorers-cookie-jar</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Vance Dubberly</title>
		<link>http://ajaxian.com/archives/update-to-internet-explorers-cookie-jar/comment-page-1#comment-255040</link>
		<dc:creator>Vance Dubberly</dc:creator>
		<pubDate>Wed, 05 Sep 2007 23:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2744#comment-255040</guid>
		<description>How can you possibly ever require more than 2 cookies under a domain unless your website is a hodge podge of hacked together free programs running under a single domain?  ( in which case you probably don&#039;t know what a cookie is anyway ).</description>
		<content:encoded><![CDATA[<p>How can you possibly ever require more than 2 cookies under a domain unless your website is a hodge podge of hacked together free programs running under a single domain?  ( in which case you probably don&#8217;t know what a cookie is anyway ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YALD</title>
		<link>http://ajaxian.com/archives/update-to-internet-explorers-cookie-jar/comment-page-1#comment-255028</link>
		<dc:creator>YALD</dc:creator>
		<pubDate>Wed, 05 Sep 2007 17:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2744#comment-255028</guid>
		<description>IMO MS needs this : )
They should implement local storage engine.</description>
		<content:encoded><![CDATA[<p>IMO MS needs this : )<br />
They should implement local storage engine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Barber</title>
		<link>http://ajaxian.com/archives/update-to-internet-explorers-cookie-jar/comment-page-1#comment-255023</link>
		<dc:creator>Chris Barber</dc:creator>
		<pubDate>Wed, 05 Sep 2007 17:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2744#comment-255023</guid>
		<description>I helped build an web app that you would mysteriously get logged out all of the sudden.  We couldn&#039;t figure it out for the longest time.  Turns out that we used only a few cookies (maybe 5), but we used several of Telerik&#039;s widgets which each one of them would create a cookie to save it&#039;s state.  Some of the cookie&#039;s values were really long which when all summed up was causing the earlier cookies (ie the session id) to get truncated.</description>
		<content:encoded><![CDATA[<p>I helped build an web app that you would mysteriously get logged out all of the sudden.  We couldn&#8217;t figure it out for the longest time.  Turns out that we used only a few cookies (maybe 5), but we used several of Telerik&#8217;s widgets which each one of them would create a cookie to save it&#8217;s state.  Some of the cookie&#8217;s values were really long which when all summed up was causing the earlier cookies (ie the session id) to get truncated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://ajaxian.com/archives/update-to-internet-explorers-cookie-jar/comment-page-1#comment-255018</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Wed, 05 Sep 2007 16:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2744#comment-255018</guid>
		<description>I hit the IE cookie limit as an end user with the truly awful &quot;Gabbly chat&quot; ( gabbly.com ) which writes a new cookie with every page load.</description>
		<content:encoded><![CDATA[<p>I hit the IE cookie limit as an end user with the truly awful &#8220;Gabbly chat&#8221; ( gabbly.com ) which writes a new cookie with every page load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GBG</title>
		<link>http://ajaxian.com/archives/update-to-internet-explorers-cookie-jar/comment-page-1#comment-255008</link>
		<dc:creator>GBG</dc:creator>
		<pubDate>Wed, 05 Sep 2007 14:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2744#comment-255008</guid>
		<description>the *only* time i hit the limit was on a CD project around 1998. part of the CD req (it was a GUI for users to navigate a technical document library) was to allow users to add technical documents on the CD to their &#039;favorites&#039; list. so i used cookies to preserve this state. the CD cookies represented a &quot;local&quot; domain. some of the most crazy JS i have ever done, splitting up the cookie string with specific delimiters. then eventually just using individual cookies when each cookie object ran out of space. it was nuts. 

in the UA testing, the &#039;favorites&#039; list just stopped working when you added almost all the documents...but that result was very rare (who would bookmark 300 documents out of 305?), so we shipped as-is. :)</description>
		<content:encoded><![CDATA[<p>the *only* time i hit the limit was on a CD project around 1998. part of the CD req (it was a GUI for users to navigate a technical document library) was to allow users to add technical documents on the CD to their &#8216;favorites&#8217; list. so i used cookies to preserve this state. the CD cookies represented a &#8220;local&#8221; domain. some of the most crazy JS i have ever done, splitting up the cookie string with specific delimiters. then eventually just using individual cookies when each cookie object ran out of space. it was nuts. </p>
<p>in the UA testing, the &#8216;favorites&#8217; list just stopped working when you added almost all the documents&#8230;but that result was very rare (who would bookmark 300 documents out of 305?), so we shipped as-is. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

