Issue 2906: Cookies expiring prematurely http://code.google.com/p/chromium/issues/detail?id=2906
Comment #24 by aforsgren: Agree on last access time, seems like a good choice and perhaps then even keep the current limits (although I would still like to see some way of changing them without having to recompile, you should write an about:config or similar guys :).) I got the same values in FF2/FF3, around 800-900 cookies, but I never used to open more than maybe 10-20 tabs in FF2/FF3 (my old comp can't take it) the same way I use Google Chrome/Chromium where ~100 tabs and fast surfing is doable on low-end systems (thankfully), and with last access times in Firefox I almost never noticed lost cookies. -rwxr-xr-x 1 None None 292864 Oct 19 20:26 Cookies <- Tiny sqlite> select count(*) from cookies; 871 <- Shouldn't this be ~1000 if it purges 100? Odd. sqlite> select avg(length(value)) from cookies; 69.0045924225029 <- Tiny Googling around find some interesting reading: https://bugzilla.mozilla.org/show_bug.cgi?id=213963 http://mxr.mozilla.org/firefox/source/netwerk/cookie/src/nsCookieService.cpp http://kb.mozillazine.org/Network.cookie.maxNumber -- 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
