diff --git a/EventListener/LogoutEventListener.php b/EventListener/LogoutEventListener.php index 68c574b..9d52e2c 100644 --- a/EventListener/LogoutEventListener.php +++ b/EventListener/LogoutEventListener.php @@ -103,7 +103,8 @@ public function onLogout(LogoutEvent $event): void $this->cookieSettings['domain'], $this->cookieSettings['secure'], $this->cookieSettings['http_only'], - $this->cookieSettings['same_site'] + $this->cookieSettings['same_site'], + $this->cookieSettings['partitioned'] ); } }