diff --git a/src/Auth.php b/src/Auth.php index 624358d..ff78a26 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -487,6 +487,7 @@ public static function logout(?string $location = null) */ private static function expireSession(): bool { + self::sessionCheck(); $sessionTtl = static::$session->get('SESSION_TTL'); if (!$sessionTtl) {