[Webkit-unassigned] [Bug 193535] New: [WPE][GTK] Cookies are lost when the NetworkProcess dies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 08:50:02 PST 2019


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

            Bug ID: 193535
           Summary: [WPE][GTK] Cookies are lost when the NetworkProcess
                    dies
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

Steps to reproduce:

  1. Create a WebView.

  2. Do NOT use webkit_cookie_manager_set_persistent_storage().
     This will keep cookies in memory without saving them to disk.

  3. Add some cookies, either navigating to a site that sets
     them, or through WebKitCookieManager.

  4. Kill the NetworkProcess.

  5. Call webkit_web_view_reload().

Expected outcome:

  The cookies set in (3.) are sent to the server when the reload
  happens in (5.) and a new NetworkProcess is spawned. 

Actual outcome:

  No cookies at all are sent to the server in (5.) when reloading.

-- 
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/20190117/fe07921f/attachment.html>


More information about the webkit-unassigned mailing list