Can’t read ‘viewed_cookie_policy’
-
When I add this code to a page:
echo ‘Cookie policy answer: ‘ . htmlspecialchars($_COOKIE[“viewed_cookie_policy”]);I get:
Cookie policy answer:I have clicked accept so and I see the variable there with a value of yes in Developer Tools so why am I unable to read what gets stored in ‘viewed_cookie_policy’? I have tried refreshing the page but nothing.
I am using Firefox.
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Can’t read ‘viewed_cookie_policy’’ is closed to new replies.