Views
Replies
Total Likes
Hi @Gaureshk_Kodag You can make the AMCV cookie secure by adding the below snippet of code
var visitor = Visitor.getInstance("INSERT-MARKETING-CLOUD-ID-HERE",{
//Set secure cookie property
secureCookie: true
});
Refer to this article that discuss about how you can make the entire cookies generated by Adobe Secure and httpOnly.
Hope this helps.
Hi @Gaureshk_Kodag You can make the AMCV cookie secure by adding the below snippet of code
var visitor = Visitor.getInstance("INSERT-MARKETING-CLOUD-ID-HERE",{
//Set secure cookie property
secureCookie: true
});
Refer to this article that discuss about how you can make the entire cookies generated by Adobe Secure and httpOnly.
Hope this helps.
thanks a lot @Avinash_Gupta_,. this is helpful.
Views
Replies
Total Likes
additional information: If you use Adobe Launch for the configuration, just add the secure in the extension settings: https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/client/id-service/overvi...
Views
Likes
Replies
Views
Likes
Replies