You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Related:
https://bitbucket.org/chromiumembedded/cef/issues/2063/add-api-for-programmatically-flushing
The text was updated successfully, but these errors were encountered: