Skip to content
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

Local storage not flushed to disk when closing app immediately #444

Closed
cztomczak opened this issue Aug 2, 2018 · 1 comment
Closed

Local storage not flushed to disk when closing app immediately #444

cztomczak opened this issue Aug 2, 2018 · 1 comment

Comments

@cztomczak
Copy link
Owner

cztomczak commented Aug 2, 2018

This is an issue similar to Issue #365 ("Cookies not flushed to disk when closing app immediately"). Cookies issue was resolved by flushing them manually. There is no API to flush local storage in CEF, The core of the issue lies in CefShutdown not flushing persistent data - however I''ve had no luck debugging the cause of this so far.

Reported problem on the CEF forum:
https://magpcss.org/ceforum/viewtopic.php?f=6&t=16169

To test:

  • See how it behaves in cefsimple sample app

Related:
https://bitbucket.org/chromiumembedded/cef/issues/2063/add-api-for-programmatically-flushing

@cztomczak
Copy link
Owner Author

Turns out local storage persists justs fine. The issue was always only with cookies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant