How to create custom cookie in profile script | Community
Skip to main content
March 22, 2018
Solved

How to create custom cookie in profile script

  • March 22, 2018
  • 2 replies
  • 1690 views

I have a requirement that I need to create custom cookie . Can any help

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Architect

Hi,

Creation of cookie in a Profile script is similar to creation of cookie in a website. You need to write the code within Profile Script itself.

~Rohit

2 replies

ArchitectAdobe EmployeeAccepted solution
Adobe Employee
March 23, 2018

Hi,

Creation of cookie in a Profile script is similar to creation of cookie in a website. You need to write the code within Profile Script itself.

~Rohit

Level 3
March 27, 2018

Profile scripts can't interact with the page or the DOM. How would you set a cookie there?