Reset a cookie by specifying expire time in the past:
Example: setcookie('Test',$i,time()-3600); // already expired time
Reset a cookie by specifying its name only
Example: setcookie('Test');
Saturday, May 16, 2009
How to reset/destroy a cookie
Labels:
How to reset/destroy a cookie
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment