[Webkit-unassigned] [Bug 186617] New: Safari on iOS 11.4 not sending cookies on POST requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 01:02:20 PDT 2018


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

            Bug ID: 186617
           Summary: Safari on iOS 11.4 not sending cookies on POST
                    requests
           Product: WebKit
           Version: Safari 11
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hendrex.jakai at ldaho0ak.com
                CC: beidson at apple.com

I've been using the same code for years and things have been working very well on every browser so far:

$.ajax({
    url: '/test.php',
    data: parameters,
    dataType: 'html',
    type: 'post'
})

However, since my users started to upgrade to iOS 11.4, those who use the Private mode of Safari are having an issue with "being disconnected" from my website.

This is because ajax POST requests aren't sending any Cookies, apparently. A whole new session is created as part of that POST request (new cookies created, etc).

However, that doesn't affect anything on the GET requests themselves. They stay with the same cookies (and therefore same session), even though new cookies were set as part of the ajax POST request. It's like those ajax POST requests are "sandboxed", not affecting anything else.

Any ideas? Is this a bug on Safari on iOS 11.4 ?

-- 
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/20180614/4c5daa6f/attachment-0001.html>


More information about the webkit-unassigned mailing list