Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
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