Cgi.clearCookie

Clears a previously set cookie with the given name, path, and domain.

class Cgi
void
clearCookie
(
string name
,
string path = null
,
string domain = null
)
Suggestion Box / Bug Report