Alright...I'm running into all kinds of problems with these cookies...hopefully someone can give me a hand 😉
$tte=time()+6000;
setcookie('amiuname',$uname,$tte);
this is the code for setting my cookie.
echo $_COOKIE['amiuname'];
is the code I'm using to read it. I'm beyond confused because this seems like it should work. They are set by two seperate files...one is login.php (the first) the second is right in my index.php. I was thinking it might be a security thing? I dont know...very confused 😕 Especially because I have checked my cookies and the cookie is set
I really appreciate everyones help