<div class="gmail_quote">On Wed, Aug 26, 2009 at 5:08 PM, Remco <span dir="ltr"><<a href="mailto:remco47@gmail.com">remco47@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">As far as I know, cookies work the same way as the proposed local</div>
storage policy: once a cookie is created, the browser won't delete it<br>
when space becomes a problem. The site controls the expiration date of<br>
the cookie, and it can fill up the entire drive with cookies if it<br>
wants to do so. This is all without user interaction. I don't think<br>
this has ever been a problem.</blockquote><div><br></div><div>This is not at all how cookies work.  All UAs have various limits (e.g. a per-host and global limit) and purge cookies silently when those limits are reached.  It is exactly this model which Linus is proposing for Local Storage.</div>
<div><br></div><div>Cookies disappearing causes problems like users not being logged in when they return to a site, sites forgetting user preferences, and (importantly to publishers) ad tracking not working well.  All of these are reasons why various sites now use Flash to store "cookies" instead/in addition.</div>
<div><br></div><div>PK</div></div>