Session conflicts may arise.
Suggested remedies:
In [1460], fixes #945 - Piwik sets the session.name to 'PIWIK_SESSID'; define('PIWIK_SESSIONNAME', ...) in bootstrap.php to override; session namespaces now prefixed by Piwik. We regenerate session ID at login/logout to mitigate session fixation attacks.