getCookies

getCookies(): StringArray;

The getCookies method of the JadeHTMLClass class returns a string array containing all cookies set for the current session. The format of the strings in the array is as follows.

<cookie-name>,<cookie-value>