Example: web_remove_cookie

In the following example, the web_remove_cookie function removes the cookie with the name "client_id" from the list of cookies available to the script.

web_add_cookie ("client_id=Abbey; domain=www.northanger.com");
    ...
web_remove_cookie ("client_id");