Comment #51 on issue 2906 by justboss777: Cookie expiry code throws away valuable cookies (change to last-accessed) http://code.google.com/p/chromium/issues/detail?id=2906
Regards all. After some investigation was performed, I have found that "cookie lost problem" may be in cookie size. Our application (noted at Comment N 45, Feb 01, 2009) uses lots of cookies (several kilobytes in some cases). In new version of out app. we have changed context management to decrease cookie space (to ~500 bytes). Problem seems goes away in that case (but testing is still in progress). I think that Chrome deletes (or truncates) cookie in case of space overrun in somehow different way that other browsers do. Hope this helps. -- 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 -~----------~----~----~----~------~----~------~--~---
