SAMESITE = NONE
-
I am trying to add the below code to my wp-config.php in order to make all cookies SAMESITE=None. However, it doesn’t work for my website.
define( ‘WP_SAMESITE_COOKIE’, ‘None’ );
Could anyone advise if I write something wrong in the code?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SAMESITE = NONE’ is closed to new replies.