visitor differentiation based on a custom variable #3309
Labels
Enhancement
For new feature suggestions that for example enhance Matomo's cabapilities..
wontfix
If you can reproduce this issue, please reopen the issue or create a new one describing it.
solution for the issue discussed here: http://forum.piwik.org/read.php?2,87411
problem summary: visits are assigned to the last customer to log in to the site using piwik tracking when two or more customers are using the same computer during the lifetime of a piwik cookie
solution summary: I replaced the uuid based on browser info and timestamp with one based on the same browser info, a session id passed to the Tracker object at instantiation and a date string (to force a new visit if the session id did not expire after date change).
Keywords: visit session cookie
The text was updated successfully, but these errors were encountered: