@@ -20,6 +20,7 @@ class ExceptionListener | |||
// You get the exception object from the received event | |||
$exception = $event->getThrowable(); | |||
// @TODO : à retester et éventuellement remettre en place | |||
// On détecte une erreur interne (500), on remove les sessions qui servent de filtre dans l'admin | |||
/*if ($exception instanceof HttpExceptionInterface != true) { | |||
if (!headers_sent()) { |