summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Auth/OpenID/Consumer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php
index 7cec3f7..49df609 100644
--- a/Auth/OpenID/Consumer.php
+++ b/Auth/OpenID/Consumer.php
@@ -369,6 +369,7 @@ class Auth_OpenID_Consumer {
'No session state found');
} else {
$response = $this->consumer->complete($query, $token);
+ $this->session->del($this->_token_key);
}
if (in_array($response->status, array(Auth_OpenID_SUCCESS,