We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfe8ef commit 186b4d1Copy full SHA for 186b4d1
EventListener/ProfilerListener.php
@@ -97,7 +97,7 @@ public function onKernelResponse(ResponseEvent $event)
97
return;
98
}
99
100
- $session = $request->hasPreviousSession() && $request->hasSession() ? $request->getSession() : null;
+ $session = $request->hasPreviousSession() ? $request->getSession() : null;
101
102
if ($session instanceof Session) {
103
$usageIndexValue = $usageIndexReference = &$session->getUsageIndex();
0 commit comments