0

I had an ipad, and i used its browser to manage my piwik system. so, to exclude my visits, i've set a do-not-track-me cookie, through the admin area.

I don't have that ipad anymore, but i want piwik to ignore the cookie, can it be done?

yossi
  • 3,090
  • 7
  • 45
  • 65

1 Answers1

1

It shouldn't be on whatever new device you have (cookies are on a per-browser basis, which means a per-device basis).

However, if that's the case, either delete all cookies on your browser or run

javascript:void(document.cookie="Do-Not-Track-Me=");

replacing Do-Not-Track-Me with the name of the cookie (if it's different).

Qix - MONICA WAS MISTREATED
  • 14,451
  • 16
  • 82
  • 145