From 6c72441b0625a238c83916f78ec4014ade676f63 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 5 Nov 2009 06:33:47 +0000
Subject: [PATCH] Session: Clear idp when logging out.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1954 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/Session.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php
index bb70f4744..7ddd48b60 100644
--- a/lib/SimpleSAML/Session.php
+++ b/lib/SimpleSAML/Session.php
@@ -444,6 +444,7 @@ class SimpleSAML_Session {
 		$this->authority = NULL;
 		$this->attributes = NULL;
 		$this->logoutState = NULL;
+		$this->idp = NULL;
 
 		/* Delete data which expires on logout. */
 		$this->expireDataLogout();
-- 
GitLab