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

trunk: Always use ./tmp/sessions for session.save_path #2411

Closed
robocoder opened this issue May 7, 2011 · 2 comments
Closed

trunk: Always use ./tmp/sessions for session.save_path #2411

robocoder opened this issue May 7, 2011 · 2 comments
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

in r4654, always use local tmp/sessions folder; Zend_Session::start() fails when session.save_path = "N;/path"

@robocoder
Copy link
Contributor Author

this also got rid of an ugly if(condition).

Not going to try and make N;/path work because it supposedly has a side-effect of turning off session file garbage collection (which could lead to inode exhaustion) on an improperly configured server.

@robocoder
Copy link
Contributor Author

See #1279

@robocoder robocoder added this to the 1.5 - Piwik 1.5 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
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

1 participant