[Webkit-unassigned] [Bug 219872] All our cookies get randomly deleted from the NSHTTPCookieStorage. Could be a cookie sync issue between NSHTTPCookieStorage and WKHTTPCookieStore.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 15 10:41:42 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=219872
--- Comment #8 from Geoffrey Garen <ggaren at apple.com> ---
> Here is the sample code:
> let config = WKWebViewConfiguration()
> let webView = WKWebView(frame: .zero, configuration: config)
An important side effect of this construction is that it assigns a unique networking process to each WebView, which could trigger races between the networking process.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201215/b4c63941/attachment.htm>
More information about the webkit-unassigned
mailing list