Deprecated: Constant E_STRICT is deprecated in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/error-handler/ErrorHandler.php on line 76

Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::file(): Implicitly marking parameter $fileName as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/framework-bundle/Controller/AbstractController.php on line 166

Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::render(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/framework-bundle/Controller/AbstractController.php on line 251

Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::renderForm(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/framework-bundle/Controller/AbstractController.php on line 277

Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::stream(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/framework-bundle/Controller/AbstractController.php on line 287

Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createNotFoundException(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/framework-bundle/Controller/AbstractController.php on line 315

Deprecated: Symfony\Bundle\FrameworkBundle\Controller\AbstractController::createAccessDeniedException(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/framework-bundle/Controller/AbstractController.php on line 329

Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $path as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/routing/Annotation/Route.php on line 37

Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/routing/Annotation/Route.php on line 37

Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/routing/Annotation/Route.php on line 37

Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $utf8 as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/routing/Annotation/Route.php on line 37

Deprecated: Symfony\Component\Routing\Annotation\Route::__construct(): Implicitly marking parameter $stateless as nullable is deprecated, the explicit nullable type must be used instead in /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/routing/Annotation/Route.php on line 37
Failed to start the session because headers have already been sent by "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/routing/Annotation/Route.php" at line 37. (500 Internal Server Error)

Symfony Exception

ErrorException RuntimeException

HTTP 500 Internal Server Error

Failed to start the session because headers have already been sent by "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/routing/Annotation/Route.php" at line 37.

Exceptions 2

RuntimeException

in vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php -> {closure:Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext::__invoke():70} (line 34)
    in vendor/symfony/http-kernel/HttpKernel.php -> filterResponse (line 184)
      in vendor/symfony/http-kernel/HttpKernel.php -> handleThrowable (line 89)
        in vendor/autoload_runtime.php -> run (line 29)
          require_once('/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php') in public/index.php (line 5)
          1. <?php
            
            use App\Kernel;
            
            require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
            
            return function (array $context) {
                return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
            };
            

          ErrorException

          Warning: session_id(): Session ID cannot be changed after headers have already been sent

          in vendor/symfony/http-foundation/Request.php -> {closure:Symfony\Component\HttpKernel\EventListener\AbstractSessionListener::onKernelRequest():70} (line 704)
            AuthenticationUtils->getLastUsername() in src/Controller/UserConController.php (line 22)
              in vendor/autoload_runtime.php -> run (line 29)
                require_once('/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php') in public/index.php (line 5)
                1. <?php
                  
                  use App\Kernel;
                  
                  require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
                  
                  return function (array $context) {
                      return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
                  };
                  

                Logs 3

                Level Message
                info 23:35:25 Matched route "app_security".
                {
                    "route": "app_security",
                    "route_parameters": {
                        "_route": "app_security",
                        "_controller": "App\\Controller\\UserConController::index"
                    },
                    "request_uri": "https://factureapi.toonaerp.com/login",
                    "method": "GET"
                }
                debug 23:35:25 Checking for authenticator support.
                {
                    "firewall_name": "main",
                    "authenticators": 3
                }
                debug 23:35:25 Checking support on authenticator.
                {
                    "firewall_name": "main",
                    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
                }
                debug 23:35:25 Authenticator does not support the request.
                {
                    "firewall_name": "main",
                    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"
                }
                debug 23:35:25 Checking support on authenticator.
                {
                    "firewall_name": "main",
                    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"
                }
                debug 23:35:25 Authenticator does not support the request.
                {
                    "firewall_name": "main",
                    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"
                }
                debug 23:35:25 Checking support on authenticator.
                {
                    "firewall_name": "main",
                    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
                }
                debug 23:35:25 Authenticator does not support the request.
                {
                    "firewall_name": "main",
                    "authenticator": "Symfony\\Component\\Security\\Http\\Authenticator\\RememberMeAuthenticator"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurity"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
                }
                critical 23:35:25 Uncaught PHP Exception ErrorException: "Warning: session_id(): Session ID cannot be changed after headers have already been sent" at /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php line 82
                {
                    "exception": {}
                }
                critical 23:35:25 Exception thrown when handling an exception (RuntimeException: Failed to start the session because headers have already been sent by "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/routing/Annotation/Route.php" at line 37. at /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php line 132)
                {
                    "exception": {}
                }
                debug 23:35:25 Notified event "kernel.exception" to listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException".
                {
                    "event": "kernel.exception",
                    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener::onKernelException"
                }
                debug 23:35:25 Notified event "kernel.exception" to listener "ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException".
                {
                    "event": "kernel.exception",
                    "listener": "ApiPlatform\\Symfony\\Validator\\EventListener\\ValidationExceptionListener::onKernelException"
                }
                debug 23:35:25 Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException".
                {
                    "event": "kernel.exception",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::logKernelException"
                }
                debug 23:35:25 Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException".
                {
                    "event": "kernel.exception",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelException"
                }
                debug 23:35:25 Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException".
                {
                    "event": "kernel.exception",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelException"
                }
                debug 23:35:25 Notified event "kernel.exception" to listener "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException".
                {
                    "event": "kernel.exception",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\ExceptionListener::onKernelException"
                }
                debug 23:35:25 Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException".
                {
                    "event": "kernel.exception",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onKernelException"
                }
                critical 23:35:25 Uncaught PHP Exception RuntimeException: "Failed to start the session because headers have already been sent by "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/routing/Annotation/Route.php" at line 37." at /home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php line 132
                {
                    "exception": {}
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurity"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "ApiPlatform\\Hydra\\EventListener\\AddLinkHeaderListener::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
                {
                    "event": "kernel.response",
                    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
                {
                    "event": "kernel.response",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
                }
                debug 23:35:25 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
                {
                    "event": "kernel.finish_request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
                }
                debug 23:35:25 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
                {
                    "event": "kernel.finish_request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
                }
                debug 23:35:25 Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
                {
                    "event": "kernel.finish_request",
                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
                }
                debug 23:35:25 Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
                {
                    "event": "kernel.finish_request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\ReadListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurity"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurityPostDenormalize"
                }
                debug 23:35:25 Notified event "kernel.request" to listener "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest".
                {
                    "event": "kernel.request",
                    "listener": "ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
                {
                    "event": "kernel.controller",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
                }
                debug 23:35:25 Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
                {
                    "event": "kernel.controller_arguments",
                    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
                }

                Stack Traces 2

                [2/2] RuntimeException
                RuntimeException:
                Failed to start the session because headers have already been sent by "/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/symfony/routing/Annotation/Route.php" at line 37.
                
                  at vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:132
                  at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()
                     (vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:296)
                  at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag()
                     (vendor/symfony/http-foundation/Session/Session.php:201)
                  at Symfony\Component\HttpFoundation\Session\Session->getBag()
                     (vendor/symfony/http-foundation/Session/Session.php:221)
                  at Symfony\Component\HttpFoundation\Session\Session->getAttributeBag()
                     (vendor/symfony/http-foundation/Session/Session.php:69)
                  at Symfony\Component\HttpFoundation\Session\Session->get()
                     (vendor/symfony/security-http/Firewall/ContextListener.php:98)
                  at Symfony\Component\Security\Http\Firewall\ContextListener->authenticate()
                     (vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46)
                  at Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate()
                     (vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73)
                  at Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->{closure:Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext::__invoke():70}()
                     (vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:34)
                  at Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken()
                     (vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:75)
                  at Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect()
                     (vendor/symfony/http-kernel/Profiler/Profiler.php:156)
                  at Symfony\Component\HttpKernel\Profiler\Profiler->collect()
                     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108)
                  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse()
                     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
                  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
                     (vendor/symfony/event-dispatcher/EventDispatcher.php:206)
                  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
                     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
                  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
                     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127)
                  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
                     (vendor/symfony/http-kernel/HttpKernel.php:196)
                  at Symfony\Component\HttpKernel\HttpKernel->filterResponse()
                     (vendor/symfony/http-kernel/HttpKernel.php:184)
                  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
                     (vendor/symfony/http-kernel/HttpKernel.php:74)
                  at Symfony\Component\HttpKernel\HttpKernel->handle()
                     (vendor/symfony/http-kernel/EventListener/ErrorListener.php:90)
                  at Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException()
                     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
                  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
                     (vendor/symfony/event-dispatcher/EventDispatcher.php:206)
                  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
                     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
                  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
                     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127)
                  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
                     (vendor/symfony/http-kernel/HttpKernel.php:221)
                  at Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
                     (vendor/symfony/http-kernel/HttpKernel.php:89)
                  at Symfony\Component\HttpKernel\HttpKernel->handle()
                     (vendor/symfony/http-kernel/Kernel.php:184)
                  at Symfony\Component\HttpKernel\Kernel->handle()
                     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
                  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
                     (vendor/autoload_runtime.php:29)
                  at require_once('/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php')
                     (public/index.php:5)                
                [1/2] ErrorException
                ErrorException:
                Warning: session_id(): Session ID cannot be changed after headers have already been sent
                
                  at vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php:82
                  at Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy->setId()
                     (vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:188)
                  at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->setId()
                     (vendor/symfony/http-foundation/Session/Session.php:170)
                  at Symfony\Component\HttpFoundation\Session\Session->setId()
                     (vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:83)
                  at Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->{closure:Symfony\Component\HttpKernel\EventListener\AbstractSessionListener::onKernelRequest():70}()
                     (vendor/symfony/http-foundation/Request.php:704)
                  at Symfony\Component\HttpFoundation\Request->getSession()
                     (vendor/symfony/security-http/Authentication/AuthenticationUtils.php:59)
                  at Symfony\Component\Security\Http\Authentication\AuthenticationUtils->getLastUsername()
                     (src/Controller/UserConController.php:22)
                  at App\Controller\UserConController->index()
                     (vendor/symfony/http-kernel/HttpKernel.php:163)
                  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
                     (vendor/symfony/http-kernel/HttpKernel.php:74)
                  at Symfony\Component\HttpKernel\HttpKernel->handle()
                     (vendor/symfony/http-kernel/Kernel.php:184)
                  at Symfony\Component\HttpKernel\Kernel->handle()
                     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
                  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
                     (vendor/autoload_runtime.php:29)
                  at require_once('/home/u991158039/domains/toonaerp.com/public_html/factureapi/vendor/autoload_runtime.php')
                     (public/index.php:5)