For a plugin i need to track an anonymous user over the pages he is navigating.
I would use the cookieid for this purpose:
$cookieid=qa_cookie_get();
However, I am not sure if the cookieid could not created twice for two different users (?!)
Should I also store the IP address to be on the safe side?