Cookie is not set when tab is opened via target="_blank" link
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
People
(Reporter: denis.nefyodov, Assigned: mayhemer)
Details
(Whiteboard: [no-nag])
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36
Steps to reproduce:
- Have a link with target="_blank" to the page from another domain name (like email in gmail)
- Click on the link
- Page makes a request and cookie should be set
Actual results:
No cookies was set
Expected results:
Cookie should be set
Reporter | ||
Comment 1•6 years ago
|
||
This affects at least windows 66.0.2, 65.0.2, 64.0.5 version and 66.0.5 version for linux.
On mac 66.0.5 version works fine, also on windows 50.1.0 works fine as well.
Updated•6 years ago
|
![]() |
Assignee | |
Comment 3•6 years ago
|
||
Denis, would you be willing to share a test case/example where this happens? It seems weird to me we would not be sending cookies. Also, can you provide content of your about:support page?
You can also reach me directly on my bugzilla email if you don't want to expose any information publicly.
Thanks.
![]() |
Assignee | |
Comment 4•6 years ago
|
||
Probably SameSite=strict being set; if confirmed, this is INVALID.
Reporter | ||
Comment 5•6 years ago
|
||
Guys that was SameSite=strict being set. The false alarm then.
Thank you for so fast response!
Reporter | ||
Updated•6 years ago
|
Description
•