Need to delete s_vi cookie but it keeps getting regenerated (Launch AA ext.) One Trust Cookie Consent
Hi,
I have an interesting situation. We are implementing one trust cookie consent. One of the requirements is when a user opts out of tracking, I'm still required to have the s object but it can't make a server call. I'm using an s.abort in the AA ext. to do that. I know it sounds weird but some of our web apps have other logic that relies on data from the s object. What I noticed is when the user is opted out, the s_vi cookie gets deleted by my code but it is regenerated by I'm assuming the s object? We do have ECID and are passing in previous permissions for AA, AT and AAM. Is there a way to stop the s_vi cookie from being regenerated, if the s object still exists?
Thanks!
MJ