[Webkit-unassigned] [Bug 198554] Unable to get cookies from WKWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 6 20:15:33 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198554

--- Comment #14 from Jeremy Schonfeld <jeremyschonfeld at gmail.com> ---
It seems that creating the extra WKProcessPool (a line I had apparently accidentally left in) was causing the issue of the cookie delegate not getting called. After removing that line and instead creating one WKProcessPool that is shared by all WKWebViews in my app, the issue seems to be resolved. I can now reliably use cookiesDidChange to listen for the authentication cookies. Thank you for your help on this issue. I'm not sure if the unused WKProcessPool causing the delegate methods to never fire is still an underlying bug, or a behavior that I misunderstood, but my app is now functional with these changes.

-- 
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/20190607/0dbc4e1b/attachment.html>


More information about the webkit-unassigned mailing list