Revision: 2141
Author: olavmrk
Date: Wed Jan 27 01:26:48 2010
Log: Session: Don't delete SP associations on logout.
http://code.google.com/p/simplesamlphp/source/detail?r=2141

Modified:
 /trunk/lib/SimpleSAML/Session.php

=======================================
--- /trunk/lib/SimpleSAML/Session.php   Tue Jan 26 02:07:25 2010
+++ /trunk/lib/SimpleSAML/Session.php   Wed Jan 27 01:26:48 2010
@@ -574,7 +574,6 @@
                $this->sessionindex = null;
                $this->nameid = null;

-               $this->sp_at_idpsessions = array();
                $this->dirty = TRUE;
        }

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to