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

What session save handlers does Piwik support? #806

Closed
robocoder opened this issue Jun 15, 2009 · 5 comments
Closed

What session save handlers does Piwik support? #806

robocoder opened this issue Jun 15, 2009 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@robocoder
Copy link
Contributor

session.save_handler = ???

Yes:

No:

Unknown/TBD/Task:

  • mm
  • sqlite
@robocoder
Copy link
Contributor Author

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

@robocoder
Copy link
Contributor Author

  • sqlite (works; requires a properly configured session.save_path; ditto for memcached)

@robocoder
Copy link
Contributor Author

  • mm (maybe; not recommended; not supported) -- php must be built --with-mm; not available for Windows; potential concurrency issue +

@mattab
Copy link
Member

mattab commented Jun 15, 2009

vipsoft, let me know if we should document this somewhere else ;

@robocoder
Copy link
Contributor Author

(In [2681]) fixes #1515; refs #806; mm is not supported

@robocoder robocoder added this to the Piwik 0.9.9 - Stable release milestone Jul 8, 2014
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.
Projects
None yet
Development

No branches or pull requests

2 participants