Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hey Community,
Is there any way to set AMCV cookie as httpOnly cookie?
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
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.
Visualizações
respostas
Total de curtidas
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...