Gets all the cookies that are in the profile
getCookies = function();
var cookies = getCookies(); log(JSON.stringify(cookies));