click "logout", no `LogoutRequest` is sent ! cause: `$sp->isAuthenticated` returns false because there is no `Response` in the headers so it skips the line `$sp->logout()` this check also occurs in the SpOneLogin.php implementation !
click "logout", no
LogoutRequestis sent !cause:
$sp->isAuthenticatedreturns false because there is noResponsein the headers so it skips the line$sp->logout()this check also occurs in the SpOneLogin.php implementation !