getCookies
Gets all the cookies that are in the profile
Syntax
getCookies = function();
Parameters
Returned value
- functions: array of cookies
Examples
var cookies = getCookies(); log(JSON.stringify(cookies));
en:wascript:ecma:methods:getcookies
Gets all the cookies that are in the profile
getCookies = function();
var cookies = getCookies(); log(JSON.stringify(cookies));