[Webkit-unassigned] [Bug 255524] REGRESSION (Safari 16.4): Safari sometimes doesn't send cookies for assets requests and javascript fetch requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 25 10:29:39 PDT 2023


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

David <abs at absd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abs at absd.org

--- Comment #17 from David <abs at absd.org> ---
We're seeing very similar behaviour on macOS Ventura 13.3.1

- JSESSIONID cookie stops being sent
- Behaviour appears to be triggered by rapid requests - clicking a link to thecurrent page rapidly twice triggers it almost every time. Waiting one second between clicks never appears to trigger it. Having a page make three 

Behaviour present in Safari 16.4

Behaviour not seen:
- In Firefox or Chrome
- If Web Inspector is opened and "Disable Caches" ticked
- In "Private Window"s

Cookies are sent over https and are of the form:
- Set-Cookie JSESSIONID=C567CBF8F644A334F94EA70416C3DEC3; Path=/; secure; HttpOnly; SameSite=strict

Its almost as if Safari has cached some content from before the cookie was issued with "no cookie" state, and then that is polluting some later requests

-- 
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/20230425/0db0149b/attachment-0001.htm>


More information about the webkit-unassigned mailing list