zodehala
08-23-2009, 12:49 AM
i can delete all cookie using
foreach($_COOKIE as $c => $d){
setcookie($c,"",time()-3600);
}
but i can not delete following cookie i created previously.
(second one is automatically created )
127_0_0_1 : 1250981744
PHPSESSID : 4eabf513497f6762077d2150b1ae7bf5
foreach($_COOKIE as $c => $d){
setcookie($c,"",time()-3600);
}
but i can not delete following cookie i created previously.
(second one is automatically created )
127_0_0_1 : 1250981744
PHPSESSID : 4eabf513497f6762077d2150b1ae7bf5