Skip to content
Snippets Groups Projects
Commit ba67ec8d authored by Olav Morken's avatar Olav Morken
Browse files

Session: Update clean function to work with the new data store.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@587 44740490-163a-0410-bde0-09ae8108e29a
parent bb17fc30
No related branches found
No related tags found
No related merge requests found
......@@ -428,8 +428,7 @@ class SimpleSAML_Session {
SimpleSAML_Logger::debug('Library - Session: Cleaning Session. Clean cache: ' . ($cleancache ? 'yes' : 'no') );
if ($cleancache) {
$this->authnrequests = array();
$this->logoutrequest = null;
$this->dataStore = null;
$this->idp = null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment