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

PHP session settings #805

Closed
anonymous-matomo-user opened this issue Jun 15, 2009 · 5 comments
Closed

PHP session settings #805

anonymous-matomo-user opened this issue Jun 15, 2009 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

PHP session settings is wrong if user use memcached session storage.

if you do not comment line in index.php

@ini_set('session.save_handler', 'files');

piwik crashed with PHP error

Can not open file
open("tcp://127.0.0.1:11211/some_rand_sessionid"... );

Keywords: session

@robocoder
Copy link
Contributor

How are you calling Piwik?
Where did you define your memcache session save handler?

@anonymous-matomo-user
Copy link
Author

memcache session handler defined in php.ini

when ini_set commented piwik worked fine

@robocoder
Copy link
Contributor

Interesting.

@robocoder
Copy link
Contributor

(In [1226]) fixes #805 - don't override memcached session handler

@robocoder
Copy link
Contributor

Ref'd the wrong ticket:

(In [1227]) - only set session handler if 'user'; all the other handlers are either built-in or through libraries/extensions; see list of supported session handlers #806

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. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants