diff options
Diffstat (limited to 'Http')
-rw-r--r-- | Http/Firewall/ContextListener.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Http/Firewall/ContextListener.php b/Http/Firewall/ContextListener.php index b1ba24b..fddd3c7 100644 --- a/Http/Firewall/ContextListener.php +++ b/Http/Firewall/ContextListener.php @@ -75,6 +75,7 @@ class ContextListener implements ListenerInterface if (null === $session || null === $token = $session->get('_security_'.$this->contextKey)) { $this->context->setToken(null); + return; } |