Custom Cookie Not Working
-
Hello,
we have a custom cookie to track affiliate sales that does not work if CookieYes is enabled.
It is a simple $_GET(‘cookiename’) set from PHP with setcookie() function.
But if in the URL there are multiple parameters it does not get set (it happens only with Cookieyes enabled)this works (the cookie is set):
https://www.website.com/?tracking=test1234
this not (cookie not set):
https://www.website.com/tracking=test1234&utm_medium=affiliate&utm_source=mysource.com&utm_campaign=campaign-name&affiliate_id=affiliatename
is there something we are missing?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Cookie Not Working’ is closed to new replies.