* clean the session state after defederation

This commit is contained in:
<bdauvergne@entrouvert.com> 1210077588 +0200 0001-01-01 00:00:00 +00:00
parent f366a599ad
commit 7269d3331e
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ function lassospkit_soap_defederate() {
$session = new $session_class();
$saml2 = new LassoSPKitSAML2($session);
$ret = $saml2->initiateFTNotification(LASSO_HTTP_METHOD_SOAP);
lassospkit_clean();
return $ret;
}