I try to clear cookie using following code, but it is not working in some systems . please help me.
setcookie ("cookie_user", "",time()-3600);
But "setcookie ("cookie_user", $sess_user,time()+3600);" is working
1) this might not work in netscape 2) to time()-1