Revision: 2029 Author: olavmrk Date: Fri Dec 4 03:15:31 2009 Log: Session: Clear idp when logging out.
Merged into 1.5 branch from r1954. http://code.google.com/p/simplesamlphp/source/detail?r=2029 Modified: /branches/simplesamlphp-1.5/lib/SimpleSAML/Session.php ======================================= --- /branches/simplesamlphp-1.5/lib/SimpleSAML/Session.php Wed Oct 7 02:11:48 2009 +++ /branches/simplesamlphp-1.5/lib/SimpleSAML/Session.php Fri Dec 4 03:15:31 2009 @@ -444,6 +444,7 @@ $this->authority = NULL; $this->attributes = NULL; $this->logoutState = NULL; + $this->idp = NULL; /* Delete data which expires on logout. */ $this->expireDataLogout(); -- 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.
