getCookies

Gets all the cookies that are in the profile

Syntax

getCookies = function();

Parameters

Returned value

  • functions: array of cookies

Examples

  1. var cookies = getCookies();
    log(JSON.stringify(cookies));