diff --git a/plugins/system/debug/src/Extension/Debug.php b/plugins/system/debug/src/Extension/Debug.php index 1a8bb0a6a2caa..dd8e3a9a5cdf4 100644 --- a/plugins/system/debug/src/Extension/Debug.php +++ b/plugins/system/debug/src/Extension/Debug.php @@ -306,7 +306,7 @@ public function onAfterRespond() if ($this->params->get('queries', 1)) { // Close session to collect possible session-related queries. - $this->getApplication()->getSession()->close(); + // $this->getApplication()->getSession()->close(); // Call $db->disconnect() here to trigger the onAfterDisconnect() method here in this class! $this->getDatabase()->disconnect();