Comment #54 on issue 2906 by [email protected]: Cookie expiry code throws away valuable cookies (change to last-accessed) http://code.google.com/p/chromium/issues/detail?id=2906
Even after the access patch fix I was losing entirely to many cookies. Here is my quick hack to only ever delete expired cookies. The downside is the cookie database *could* get quite large, however the per-domain limit is still enforced, and I no longer lose my cookies. http://pastebin.com/f2f7a1d60 -- 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 -~----------~----~----~----~------~----~------~--~---
