how to delete all cookies of my website in php
- by Mac Taylor
hey guys
im wondering if i can delete all my website's cookies when user click on logout
because i used this as function to delete cookie but its not functioning properly
setcookie("user",false);
is there a way to delete one domain's cookies in php ?!