Programatically check cookie settings with PHP
-
Is there a way to check the cookie settings programmatically with PHP so that I do something similar to the following?
if ($analytics_cookies_accepted){
// include iframe which sets cookies
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Programatically check cookie settings with PHP’ is closed to new replies.