how to delete all cookies of my website in php
        Posted  
        
            by Mac Taylor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mac Taylor
        
        
        
        Published on 2010-02-22T11:34:00Z
        Indexed on 
            2010/04/24
            8:53 UTC
        
        
        Read the original article
        Hit count: 264
        
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 ?!
© Stack Overflow or respective owner