replicate locally writing to s_sess_nopath cookie in ihs.com | Community
Skip to main content
New Participant
October 16, 2015
Solved

replicate locally writing to s_sess_nopath cookie in ihs.com

  • October 16, 2015
  • 2 replies
  • 2983 views
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
 
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 jantzen_b

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

2 replies

jantzen_b
jantzen_bAccepted solution
Employee
April 23, 2020

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

New Participant
October 16, 2015

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?