From 28e93818c3881d354f13362a6cbad0a72f24316a Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Thu, 3 Jul 2008 12:41:32 +0000 Subject: [PATCH] Session: Clear attributes on logout. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@766 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 2b0617894..cd491391c 100644 --- a/lib/SimpleSAML/Session.php +++ b/lib/SimpleSAML/Session.php @@ -332,6 +332,7 @@ class SimpleSAML_Session { $this->authenticated = FALSE; $this->authority = NULL; + $this->attributes = NULL; } -- GitLab