<?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: Number and size of cookies in Internet Explorer</title>
	<atom:link href="http://www.thismuchiknow.co.uk/?feed=rss2&#038;p=13" rel="self" type="application/rss+xml" />
	<link>http://www.thismuchiknow.co.uk/?p=13</link>
	<description>(hopefully other people will find it useful too)</description>
	<lastBuildDate>Sun, 29 Aug 2010 16:12:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: O. van der Zee</title>
		<link>http://www.thismuchiknow.co.uk/?p=13&#038;cpage=1#comment-30649</link>
		<dc:creator>O. van der Zee</dc:creator>
		<pubDate>Wed, 14 Apr 2010 19:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=13#comment-30649</guid>
		<description>If you really need local storage at the client side, to save traffic or server CPU, you might run your site in a single frame website. The frameset (the &#039;outer&#039; page) holds the data, while the frame (the &#039;inner&#039; page) provides the view. Any information you need to resuse can be retrieved from the frameset, even before the onload event! Works in any browser.</description>
		<content:encoded><![CDATA[<p>If you really need local storage at the client side, to save traffic or server CPU, you might run your site in a single frame website. The frameset (the &#8216;outer&#8217; page) holds the data, while the frame (the &#8216;inner&#8217; page) provides the view. Any information you need to resuse can be retrieved from the frameset, even before the onload event! Works in any browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Sterns</title>
		<link>http://www.thismuchiknow.co.uk/?p=13&#038;cpage=1#comment-30350</link>
		<dc:creator>Kevin Sterns</dc:creator>
		<pubDate>Fri, 06 Nov 2009 07:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=13#comment-30350</guid>
		<description>From my own testing, IE 8 seems to have increased the limit to around 10k per domain.  The cookie data is all there but it won&#039;t let you read it, except using the debugger.  You can keep writing it however.  For example, write a &#039;.&#039; to replace a large cookie and see your other ones magically reappear.</description>
		<content:encoded><![CDATA[<p>From my own testing, IE 8 seems to have increased the limit to around 10k per domain.  The cookie data is all there but it won&#8217;t let you read it, except using the debugger.  You can keep writing it however.  For example, write a &#8216;.&#8217; to replace a large cookie and see your other ones magically reappear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ere</title>
		<link>http://www.thismuchiknow.co.uk/?p=13&#038;cpage=1#comment-30259</link>
		<dc:creator>Ere</dc:creator>
		<pubDate>Tue, 15 Sep 2009 09:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=13#comment-30259</guid>
		<description>I had that same problem, at least somebody has written about it.

I found out it seems to happen in IE 8 browser aswell, doesnt seem to let me add more data than about 500 characters.</description>
		<content:encoded><![CDATA[<p>I had that same problem, at least somebody has written about it.</p>
<p>I found out it seems to happen in IE 8 browser aswell, doesnt seem to let me add more data than about 500 characters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Dutton</title>
		<link>http://www.thismuchiknow.co.uk/?p=13&#038;cpage=1#comment-30133</link>
		<dc:creator>Tim Dutton</dc:creator>
		<pubDate>Mon, 15 Jun 2009 19:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=13#comment-30133</guid>
		<description>For something like a shopping cart, you could send cart info (products in cart) in the url using javascript to add to the query string when going to the next page, then parse the items out of the query string when you get to the next page -- something like next_page.html?cart=1244,3366,1324,2314,4321</description>
		<content:encoded><![CDATA[<p>For something like a shopping cart, you could send cart info (products in cart) in the url using javascript to add to the query string when going to the next page, then parse the items out of the query string when you get to the next page &#8212; something like next_page.html?cart=1244,3366,1324,2314,4321</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Streaming objects into a cookie &#171; Brian Pedersen&#8217;s Sitecore and .NET Blog</title>
		<link>http://www.thismuchiknow.co.uk/?p=13&#038;cpage=1#comment-30101</link>
		<dc:creator>Streaming objects into a cookie &#171; Brian Pedersen&#8217;s Sitecore and .NET Blog</dc:creator>
		<pubDate>Tue, 24 Mar 2009 12:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=13#comment-30101</guid>
		<description>[...] Microsoft states that their browser can store at least 20 cookies per domain and at least 4096 bytes per cookies,  but the official max size is 4k, so you should stick to this. [...]</description>
		<content:encoded><![CDATA[<p>[...] Microsoft states that their browser can store at least 20 cookies per domain and at least 4096 bytes per cookies,  but the official max size is 4k, so you should stick to this. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed</title>
		<link>http://www.thismuchiknow.co.uk/?p=13&#038;cpage=1#comment-23776</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Wed, 07 May 2008 23:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=13#comment-23776</guid>
		<description>Microsoft increased the limit to 50 cookies in August of 07.  For more information, check out this article: http://blogs.msdn.com/ie/archive/2007/08/29/update-to-internet-explorer-s-cookie-jar.aspx

Unfortunately, it looks like the 4096 byte limit still applies.</description>
		<content:encoded><![CDATA[<p>Microsoft increased the limit to 50 cookies in August of 07.  For more information, check out this article: <a href="http://blogs.msdn.com/ie/archive/2007/08/29/update-to-internet-explorer-s-cookie-jar.aspx" rel="nofollow">http://blogs.msdn.com/ie/archive/2007/08/29/update-to-internet-explorer-s-cookie-jar.aspx</a></p>
<p>Unfortunately, it looks like the 4096 byte limit still applies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apache-&#62;VHOST - php session problem - immer neue session id - Forum Fachinformatiker.de</title>
		<link>http://www.thismuchiknow.co.uk/?p=13&#038;cpage=1#comment-19422</link>
		<dc:creator>apache-&#62;VHOST - php session problem - immer neue session id - Forum Fachinformatiker.de</dc:creator>
		<pubDate>Thu, 07 Feb 2008 11:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=13#comment-19422</guid>
		<description>[...] Zitat von bjt   Weiterhin soll es wohl auch eine Beschränkung der Coockie Speicherung im IE geben (max 20 pro Domain) und der Coockie darf max. 4kb groß sein. Das war bei uns allerdings nicht das Problem sondern der Unterstrich    Obacht: Mindestens IE6 scheint das 4K-Limit nicht auf jedes einzelne Cookie zu beziehen, sondern auf die Gesamtheit aller Cookies einer Domain (guggstu hier, danke übrigens für das Kompliment... ) [...]</description>
		<content:encoded><![CDATA[<p>[...] Zitat von bjt   Weiterhin soll es wohl auch eine Beschränkung der Coockie Speicherung im IE geben (max 20 pro Domain) und der Coockie darf max. 4kb groß sein. Das war bei uns allerdings nicht das Problem sondern der Unterstrich    Obacht: Mindestens IE6 scheint das 4K-Limit nicht auf jedes einzelne Cookie zu beziehen, sondern auf die Gesamtheit aller Cookies einer Domain (guggstu hier, danke übrigens für das Kompliment&#8230; ) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Darling</title>
		<link>http://www.thismuchiknow.co.uk/?p=13&#038;cpage=1#comment-18473</link>
		<dc:creator>Kevin Darling</dc:creator>
		<pubDate>Fri, 18 Jan 2008 16:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=13#comment-18473</guid>
		<description>Yes, above 4K total all the cookies &quot;disappear&quot; from view.

But if you remove one of the offending cookies, and thereby drop the total back below the limit, all the other cookies will magically appear again.</description>
		<content:encoded><![CDATA[<p>Yes, above 4K total all the cookies &#8220;disappear&#8221; from view.</p>
<p>But if you remove one of the offending cookies, and thereby drop the total back below the limit, all the other cookies will magically appear again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tracy</title>
		<link>http://www.thismuchiknow.co.uk/?p=13&#038;cpage=1#comment-15214</link>
		<dc:creator>tracy</dc:creator>
		<pubDate>Thu, 01 Nov 2007 17:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=13#comment-15214</guid>
		<description>Do cookie files have a termination date?</description>
		<content:encoded><![CDATA[<p>Do cookie files have a termination date?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Shepard</title>
		<link>http://www.thismuchiknow.co.uk/?p=13&#038;cpage=1#comment-12057</link>
		<dc:creator>Aaron Shepard</dc:creator>
		<pubDate>Wed, 29 Aug 2007 23:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thismuchiknow.co.uk/?p=13#comment-12057</guid>
		<description>The problem is acknowledged by Microsoft and explained as an error in the file Mshtml.dll.

http://support.microsoft.com/kb/820536/

The document is dated Sept. 9, 2003 -- four years ago!

Aaron</description>
		<content:encoded><![CDATA[<p>The problem is acknowledged by Microsoft and explained as an error in the file Mshtml.dll.</p>
<p><a href="http://support.microsoft.com/kb/820536/" rel="nofollow">http://support.microsoft.com/kb/820536/</a></p>
<p>The document is dated Sept. 9, 2003 &#8212; four years ago!</p>
<p>Aaron</p>
]]></content:encoded>
	</item>
</channel>
</rss>
