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

Piwik_Session: restore support for file-based sessions #2602

Closed
robocoder opened this issue Jul 31, 2011 · 5 comments
Closed

Piwik_Session: restore support for file-based sessions #2602

robocoder opened this issue Jul 31, 2011 · 5 comments
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@robocoder
Copy link
Contributor

This will help in these scenarios:

  • users on shared hostinng with limited number of mysql connections causing dashboard widgets to fail
  • the file-based locks on the session files partially mitigates archive processing concurrency

This is going to be the default (lowest common denominator), a new config file setting.

For advanced users, use:

[General]
session_save_handler = dbtable
@robocoder
Copy link
Contributor Author

(In [5052]) fixes #2602, fixes #2574, refs #2548, refs #2597

@mattab
Copy link
Member

mattab commented Jul 31, 2011

reopening, as a reminder to create FAQ "How to deploy Piwik on multiple servers and enable database session storage?" or something similar

@robocoder
Copy link
Contributor Author

(In [5064]) refs #2602 - always start the session for file-based sessions; for non-file-based sessions (e.g., dbtable), we assume there won't be an issue with too few mysql client connections

@robocoder
Copy link
Contributor Author

@mattab
Copy link
Member

mattab commented Aug 3, 2011

@robocoder robocoder added this to the 1.6 Piwik 1.6 milestone Jul 8, 2014
@robocoder robocoder self-assigned this 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
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants