I have an issue. When I want to set Cookie with boolean(just false value) it doesn't store.
setcookie('myCookie',false);
even when I add expire time
setcookie('myCookie',false,time()+3600);
Notice: Undefined index: myCookie in C:\xampp\htdocs\Web\php\php_global_user.php on line 4