Method HttpResponseMessage() :getCookies() Foundation

Gets all cookies.

Syntax
 
:getCookies( [<cName>] ) --> aCookies
Parameters
<nName>
An optional character string with the name of the cookie to get. By default, :getCookies() returns all cookies defined in the cookie list.
Return

:getCookies() returns an array of DataObjects which represent the cookies. See the return value of the method :getCookie()for a description of the members defined in the data objects.

Description

The method :getCookies() gets the cookie definitions as sent by the server. If a cookie name is passed in the <cName> parameter, only the cookies with the specified name are returned.

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.