Hello,
In Launch, through custom codes we are using some plug-ins developed by Adobe :
https://experienceleague.adobe.com/docs/analytics/implementation/vars/plugins/impl-plugins.html?lang...
Some of these plug-ins create a cookie on the website,
For example : we used getValOnce to create cookies that expire by the end of the session
https://experienceleague.adobe.com/docs/analytics/implementation/vars/plugins/getvalonce.html?lang=e...
Every time we do this, the cookie created is set to expire one year later (even if we chose that it expires at the end of the session).
This happened to us with many plug-ins : getVisitNum, getVisitStart....
We noticed that in our Extension Adobe Analytics in Launch, in the custom code we found this line :
s.cookieLifetime="31536000";
Can the cookieLifetime change expiry date for all cookies created by other Adobe plug-ins?
How can we fix this issue?
Thank you