Bug #253
closedExiting Privacy Browser always destroys cookies
0%
Description
It looks like some recent changes in WebView (64.0.3282.137) have changed how cookies and other things are stored, and cookies are almost always being wiped out when Privacy Browser is closed, even when closed by swiping. Or perhaps it is also a problem of them not being committed to storage.
Updated by Soren Stoutner over 6 years ago
The root of the problem is that current versions of WebView have become extremely lazy about flushing the cookies to permanent storage. As such, when Privacy Browser closes they are cleared from RAM and lost forever.
The solution is to force `CookieManager` to flush any cookies to permanent storage every time a web page finishes loading.
Fixed in commit https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=d4bad2c66a591a021df10f66d5b74145ee99b78d.