Issue 2906: Cookies expiring prematurely http://code.google.com/p/chromium/issues/detail?id=2906
Comment #22 by [EMAIL PROTECTED]: I agree about using last access time, but I would suggest writing it to the db right away. I'm not really familiar with SQLite, but if it's efficient, it should only be a small write, and the OS's writeback cache should handle it. Deferring the writes would add complication, and ultimately lead to larger writes that might be more time- consuming. -- 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 -~----------~----~----~----~------~----~------~--~---
