From d2d69dcb621e9d5e435a7ce3d613a3d79546a9ef Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 27 Jan 2010 09:26:48 +0000 Subject: [PATCH] Session: Don't delete SP associations on logout. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2141 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Session.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php index 91588e388..dc3bd1a2d 100644 --- a/lib/SimpleSAML/Session.php +++ b/lib/SimpleSAML/Session.php @@ -574,7 +574,6 @@ class SimpleSAML_Session { $this->sessionindex = null; $this->nameid = null; - $this->sp_at_idpsessions = array(); $this->dirty = TRUE; } -- GitLab