Issue 2906: Cookies expiring prematurely
http://code.google.com/p/chromium/issues/detail?id=2906
Comment #26 by [EMAIL PROTECTED]:
Please, no more "I'm having this problem too!" posts. They just add noise.
Let's make sure we're solving the right problems first. The cookie-purging
hypothesis seems plausible to me, but we should probably add UMA counters
for how
many cookies people have and when this purging happens. It might be
interesting to
do some small-scale tests of builds with no purging at all and see what
kind of
graphs of cookies over time it produces.
If this bug is due to purging (and I consider that more likely than not),
our FIFO
algorithm is almost certainly at fault. Long-lasting persistent cookies,
like site
login cookies, are among the most likely to be destroyed by such a policy.
Basing
things off last access time as Firefox does seems dramatically better, but
I too am
concerned about the performance impact of keeping this up-to-date. Maybe
Brett has a
comment here.
Issue attribute updates:
Cc: [EMAIL PROTECTED]
--
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
-~----------~----~----~----~------~----~------~--~---