Hello, im setting a cookie with the following code...
setcookie ("cookie[$boardid]", date("Y-m-j G:i:s",time()+3600));
and call it with... $cookie[$bn]
The problem is, it all works fine, but when the browser is closed, it seems to delete the cookie, as the cookie value is no longer there. Does anyone know why?
Thanks 🆒