Hi guys!
I have created a login, logout system and everything works besides the logout. I am using cookies and it logs out, but if I click in the browser the left arrow to go to the previous page is everything set as I didnŽt logout.
My logout page looks like this:
setcookie("user", "", time()-10, "/");
setcookie("password", "", time()-10, "/");
header("Location: index.php");
Does someone have a solution?
I thank everyone in advance for any help IŽll get.