I want to have amplitude events without cookies. For that, I have set the disableCookies configuration to true when amplitude.init(). The problem is that when I run amplitude.track() it creates many cookies from amplitude as can be seen down.
What can I do to capture the tracks of the events without adding new cookies to the storage?
Thanks