Description
Retrieves the value of the specified cookie (if existing) from the latest HTTP response.
Parameters
Return Type
String
Example
string cookieVal = httpGetCookie("sessionToken");
See also
Retrieves the value of the specified cookie (if existing) from the latest HTTP response.
String
string cookieVal = httpGetCookie("sessionToken");