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