Function zp_clearCookie
Clears a cookie
string |
$name |
The 'cookie' name |
string |
$path = NULl |
The path on the server in which the cookie will be available on |
boolean |
$secure = false |
true if secure cookie |
boolean |
$httponly = false |
true if access to this cookie should only be allowed via http (e.g. no access to JS etc.). Requires browser support though. |