====== getCookies ====== Gets all the cookies that are in the [[en:api:profiles|profile]] ===== Syntax ===== getCookies = function(); ==== Parameters ==== ==== Returned value ==== * //functions:// array of cookies ===== Examples ===== -var cookies = getCookies(); log(JSON.stringify(cookies));