Quote Originally Posted by Graham Jupp View Post
Jen, I wonder if the following code in your snippet relates to a possible referrer issue that I mentioned in my earlier post:
Code:
Only registered members can view the code.
You're right. I put back the full cookie code and only changed the next one.
$samesite = 'Strict'
Replace with:
$samesite = 'Lax'
So the original code is good.
Here is a description of the SameSite cookies: https://developer.mozilla.org/en-US/...ookie/SameSite