Thread Starter
karuny
(@karuny)
I asked ChatGPT how to add the attirbute.
They suggested PHP:
setcookie(“cookiename”, “cookievalue”, [“samesite” => “Strict”]);
I wrote the name and value of all my cookies.
I added the lines to wp-config.php file and it works
Morten
Thread Starter
karuny
(@karuny)
Hi Again
Now i have installed Cookieyes
I can see in the control panel that I can edit cookie
I want to add the statement but i dont know if its a script or what type of code.
Of course i can not just add a line like:
SameSite=Strict;
See link here to how i see it.
Any guide on how to add a code like this to any cookie using an editor like the one attached.
Thanks again
Regards
Morten