Hello friends,
Can i destroy a particular cookie that i had set through PHP coding?or can I reset the value of that cookie?
How to destroy cookies?
Well, you could read:
http://www.php.net/manual/en/function.setcookie.php
which also tells you how to delete cookies.
You can destroy the cookie by setting the time to -a number, this will deactivate the cookie.:p