Did you know how much time people spent looking for “information” they dont need to know? Perfectly captured, here: https://www.artstation.com/artwork/aROrrz
I’m baffled at how this function behaves now. I have this in my code: if (!isset($_COOKIE[‘blah’])) { setcookie(“blah”, uniqid(rand()), time()+3600); } And everytime …