Hello sanketd28 ,_satellite.setCookie("helloCookie", "test", 0);From
old memory, I think if you give a 0 value, or no value at all, the
cookie will expire after the session.Such as
:_satellite.setCookie("helloCookie", "test", 0);or
_satellite.setCookie("helloCookie2", "test2");I did this a long time ago
, you should still test it ! Dev tools (F12) in chrome or firefox, give
you the expiration of all your cookies !Cheers !Mario