You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I read the documentation on the erasecookie function in v3: https://cookieconsent.orestbida.com/reference/api-reference.html#erasecookies
CookieConsent.eraseCookies(['_gid', /^_ga/], '/', location.hostname);
Does this also work in version 2.9.2?
I have tried but without good results.
How can I delete all files starting with _pk in v2.9.2?
I have tried this, but it doesn't work:
CookieConsent.eraseCookies([/^_pk/], '/', location.hostname);]
Neither does this
CookieConsent.eraseCookies([/^_pk/]);
What can I do?
Thank you very much in advance
Beta Was this translation helpful? Give feedback.
All reactions