Ok, here is my problem.
I want to use a cookie for a login user system, but... I cannot find a way to delete a cookie without using the time()- x thing...
Is there a way that I can delete a cookie like this
setcookie ("cookie", $inf, "/");
Without using a time function? Since I will be using this login system from school... I want the users to be able to keep the browser open to logout instead of closing all of the browsers.
Thanks for the help
Nivla