@robocoder
opened this Issue on April 8th 2011
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
commented
on April 8th 2011
Contributor