PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hey, i have set 2 cookies that make a user logged in, and I want to create a logout page that deletes those cookies. i know i can just set all the cookies values to 0, but that has giving me complications in the past. Is there any way to delete a cookie besides just setting all its values to 0? thanks.