Problem generation scenario:
In a recent project, the server has set set-cookie, but the client does not bring cookie in the next request. After investigation, it is found that the chrome security policy is updated. The solution is as follows.
Try chrome version: 84
- Enter it in the Chrome address bar
chrome://flags/
- will
SameSite by default cookies
andCookies without SameSite must be secure
Set this parameter to Disabled
reference
www.zyiz.net/tech/detail…