この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
表示
返信
いいね!の合計
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...