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

On-demand session file cleanup #2279

Closed
robocoder opened this issue Apr 8, 2011 · 1 comment
Closed

On-demand session file cleanup #2279

robocoder opened this issue Apr 8, 2011 · 1 comment
Assignees
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@robocoder
Copy link
Contributor

Session data (including Nonces) are stored in server-side session files. We currently delegate to Zend_Session to purge expired data (and the session garbage collector to remove session files).

  • add Nonce::discardNonce()
  • elsewhere use $ns->unsetAll() (where $ns is an instance of Piwik_Session_Namespace)
@robocoder
Copy link
Contributor Author

(In [4366]) fixes #2279

@robocoder robocoder added this to the Piwik 1.3 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
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

1 participant