Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

session_start() called even if session already started #5666

Closed
anonymous-matomo-user opened this issue Jun 6, 2008 · 1 comment
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Milestone

Comments

@anonymous-matomo-user
Copy link

session_start() called even if session already started in index.php.

I have fixed it temporary with the following code:

```
if (session_id() == ’’)
session_start();
```

If you start session in any case – this causes problem for users which are calling piwik from within their PHP with session already started.
Keywords: session

@mattab
Copy link
Member

mattab commented Jun 30, 2008

(In 539) – fix #5666 session_start() called even if session already started

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Critical Indicates the severity of an issue is very critical and the issue has a very high priority.
Projects
None yet
Development

No branches or pull requests

2 participants