Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue while adding a cookie in Chrome dev tools

Screenshot of trying to add a cookie

I am getting this issue while adding a cookie in Chrome dev tools (it gets highlighted in red), so I am not able to add any cookies. I even tried to reset the Chrome browser, but it's not working.

like image 834
Deepesh Kumar Avatar asked Jul 18 '26 17:07

Deepesh Kumar


1 Answers

If you update your chrome or restart your laptop recently(10-Feb-2022), you cannot add cookies manually in chrome now. The reason is the newest update of Chome disable the SameSite by default cookies setting.

the solution is:

  1. open this url in chrome: chrome://flags
  2. search Partitioned cookies, and enable it
like image 134
Juicern Avatar answered Jul 22 '26 03:07

Juicern