Hey guys,
I have an issue about the received cookies. I can’t find the value “Expires” on my cookies whether
programatically through console.log(postman.getResponseCookie("BrowserId"))
or visually through the response “Cookies” tab.
I know the cookies is correctly set because when I open the popup “manage cookies”, I can see my cookie expiration value :
BrowserId=KMyfLG_dRx6sefm_Z03ZfQ; path=/; domain=.salesforce.com; Expires=Fri, 18 May 2018 10:01:48 GMT;
But impossible to get the “Expires” value of the cookie programatically…
Can someone help me with that please ?
Thank you