diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php index 6825b1d26a45b80a6db7b032567ff40adfe0df7e..d12c13eb811ce1e8ab4a6cc5c177b327180f0639 100644 --- a/lib/SimpleSAML/Session.php +++ b/lib/SimpleSAML/Session.php @@ -40,7 +40,6 @@ class SimpleSAML_Session { * This is mostly used at the Shib and SAML 2.0 IdP side, at the SSOService endpoint. */ private $authnrequests = array(); - private $logoutrequest = null; private $idp = null; private $authenticated = null; @@ -298,23 +297,6 @@ class SimpleSAML_Session { return $this->idp; } - - - - - public function setLogoutRequest($requestcache) { - SimpleSAML_Logger::debug('Library - Session: Adding LogoutRequest cache.'); - $this->dirty = true; - $this->logoutrequest = $requestcache; - } - - public function getLogoutRequest() { - return $this->logoutrequest; - } - - - - public function setSessionIndex($sessionindex) { SimpleSAML_Logger::debug('Library - Session: Set sessionindex: ' . $sessionindex);