I know that the basic idea to read cookies needs you to use setcookie($name, $value), but is there a way to read a cookie without giving it a new value? I tried using setcookie($name,""), but after using header() to reload the page, isset($_cookie($name)) returns false... Can anyone give me a hand?
Thanks in advance.