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

saml: Fix new logout when using memcache datastore.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2611 44740490-163a-0410-bde0-09ae8108e29a
parent 1e66c157
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ class sspmod_saml_SP_LogoutStore {
$res = array();
foreach ($sessionIndexes as $sessionIndex) {
$sessionId = $store->get('saml.LogoutStore', $strNameId . ':' . $sessionIndex);
$sessionId = $store->get('saml.LogoutStore', $nameId . ':' . $sessionIndex);
if ($sessionId === NULL) {
continue;
}
......
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