Remove cookie
qCgiResponseSetCookie(req, "NAME", "VALUE", 0, NULL, NULL, NULL); qCgiResponseRemoveCookie(req, "NAME", NULL, NULL, NULL); qCgiResponseSetCookie(req, "NAME", "VALUE", 0, "/", "www.qdecoder.org", NULL); qCgiResponseRemoveCookie(req, "NAME", "/", "www.qdecoder.org", NULL); Definition at line 142 of file qCgiResponse.c.
|