Method HttpRequestMessage() :delCookie() Foundation

Deletes a cookie.

Syntax
 
:delCookie( <cName> ) --> self
Parameters
<nName>
A character string with the name of the cookie.
Return

:delCookie() returns the object executing the method.

Description

The method :delCookie() removes a cookie by its name from the list of cookies defined for the request message. If the same cookie is defined several times (multiple cookie values), all occurances of the cookie are deleted from the cookie list.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.