Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

replicate locally writing to s_sess_nopath cookie in ihs.com

Avatar

Level 2
Hi Team,
 
My query is how to replicate writing to ‘s_sess_nopath’ cookie in ihs.com. I’ve been able to write to other cookies but this one doesn’t set locally… any inputs would help.
Screen shot below.

 

any help on this would be highly appreciated

 
Thanks
sumit
 
1 Accepted Solution

Avatar

Correct answer by
Level 10

I'm not familiar with that cookie. Are you sure that is an Analytics cookie? It's not listed on the Analytics documentation 

https://docs.adobe.com/content/help/en/core-services/interface/ec-cookies/cookies-analytics.html

With that said, you should be able to write to the cookie using some basic javascript

https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie

View solution in original post

2 Replies

Avatar

Level 2

sumit kumar wrote...

Hi Team,
 
My query is how to replicate writing to ‘s_sess_nopath’ cookie in ihs.com. I’ve been able to write to other cookies but this one doesn’t set locally… any inputs would help.
Screen shot below.

 

any help on this would be highly appreciated

 
Thanks
sumit
 
[img]image001.png[/img]

 

 

Any update?

Avatar

Correct answer by
Level 10

I'm not familiar with that cookie. Are you sure that is an Analytics cookie? It's not listed on the Analytics documentation 

https://docs.adobe.com/content/help/en/core-services/interface/ec-cookies/cookies-analytics.html

With that said, you should be able to write to the cookie using some basic javascript

https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie