-
-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cookies not flushed to disk when closing app immediately. Expose CookieManager.FlushStore method. #365
Comments
I can reproduce the issue on Windows 7 with the http://www.html-kit.com/tools/cookietester/ url. I've modified hello_world.py example and set Also reproducible with the wxpython.py example. |
There are still some strange issues with CEF. For example I can see that OnContextReleased is executed twice for that same frame.
Expose CookieManager.FlushStore method.
Fixed in rev c78619a. If implementing custom cookie managers you have to call FlushStore explicitilly when closing associated browser. |
Reported to occur on Windows 10 in examples: wxpython.py, qt.py and hello_world.py. This issue occurs when using ApplicationSettings.cache_path option. Cookies are not flushed when closing app immediately. Cookies are flushd to disk every 30 sec or so.
Reported issue on upstream CEF Forum:
https://magpcss.org/ceforum/viewtopic.php?f=6&t=16169
Original report on the CEF Python Forum:
https://groups.google.com/d/topic/cefpython/a7Mt-GqJEms/discussion
A similar issue was fixed in the v31 branch via Issue #158.
Issue occurs on Windows.
In v57 it worked fine on Linux, but in v66 the issue occurs also on Linux.
The text was updated successfully, but these errors were encountered: