[Webkit-unassigned] [Bug 207546] New: WKHttpStore does NOT sync until WKProcessPool is destroyed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 11 06:46:21 PST 2020


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

            Bug ID: 207546
           Summary: WKHttpStore does NOT sync until WKProcessPool is
                    destroyed
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: iPhone / iPad
                OS: All
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bthomas at brave.com

When a web-page sets cookies, the cookies are reflected in the next request from the WKWebView. This works fine. However, if we try to access the cookies from WKWebView via the WKHttpCookieStore or from NSHTTPCookieStorage or from WKWebsiteDataStore. fetchDataRecordsOfTypes:completionHandler

The cookies are NOT there. However, if we set the `WKProcessPool` to  a new process pool, and then attempt to access the cookies, they are immediately flushed to disk and can be accessed.

-- 
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/20200211/439eb212/attachment.htm>


More information about the webkit-unassigned mailing list