cookie library and helpers doesn't work |
I'm trying to set a cookie to count how many visitors(hits) my posts already have. But the cookie is not sent, what I'm doing wrong?? In my debugging i get "null", or if I try dd($_COOKIE[$cookieName] i get an error.
PHP Code: if (! has_cookie($cookieName, $ipVisitante, "__HitPost-")) { |
Messages In This Thread |
cookie library and helpers doesn't work - by gabriel_fucci - 12-15-2023, 08:41 AM
RE: cookie library and helpers doesn't work - by kenjis - 12-15-2023, 07:38 PM
|