I am trying to fix the warning described in the title. I was getting 2 warnings concerning the same "name and Domain & Path".I updated my code described here to include {cookie: false}
. That removed the warning about "weather a cookie is intended to be set..." but left the other. Any ideas?
Asked
Active
Viewed 296 times
0

James Morris
- 353
- 5
- 20
-
duplicate https://stackoverflow.com/questions/58557911/socket-io-sets-cross-site-cookie-without-same-site-attribute ? – Alex Shchur Jul 17 '20 at 17:40
-
That link is where I added the {cookie: false} and fixed one of the warnings. – James Morris Jul 17 '20 at 18:07
-
You should expand the "Affected resources" section to see which cookie is causing the issue. – rowan_m Jul 18 '20 at 19:18
-
@rowan_m I edited my post to include the Affected resources. – James Morris Jul 20 '20 at 12:25