clearCookie ( string _urlDomain ) : void
Clear a cookie.
Example
domain = "example.com"
clearCookie(domain) // This will clear the cookie for the specified domain
See also
clearAllCookiesParameters
_urlDomain (optional)
The domain of the site where clear cookie (if nothing, the url used is this one of the current website).