Comment #4 on issue 8414 by [email protected]: Increase limit in cookie count http://code.google.com/p/chromium/issues/detail?id=8414
I think the bottom line is I was, and many other people are, still losing cookies. You can see the general confusion also in bug #2906 of people continuing to lose cookies after the last_access patch. My code in comment #2 updates the limit to 50,000 cookies, and also moves the collectexpired to @load and @destruction otherwise they would basically never happen. As in my theory/design the 50,000 should never be reached under any realistic uses. My other idea, and relatively simple to implement, would be to garbage collect cookies that haven't been accessed in say 365 days. This would naturally prune down the cookie database rather then a hard limit, and would also show some performance benefit (after a year of use) to even people with a small amount of cookies. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
