https://my-mpf.com/login

n/a

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_redirected
true
_route
"app_login"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"b6fbbe"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate"
accept-language
"en-US,en;q=0.9"
cache-control
"max-age=0"
content-length
"187"
content-type
"application/json"
cookie
"lang=fra; PHPSESSID=c78388e383bb44671881aa35e3b0dec0; sf_redirect=%7B%22token%22%3A%221b9b2f%22%2C%22route%22%3A%22app_login%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fmyqiccp%5C%2Fmy-mpf%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A26%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
host
"my-mpf.com"
remote-ip
"116.212.149.106"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
x-forwarded-for
"116.212.149.106"
x-forwarded-proto
"https"
x-ovhrequest-id
"54b812f2826106581c25cf0375a81933"
x-php-ob-level
"1"
x-predictor
"1"

Request Content

Pretty

{
    "_csrf_token": "8.4OjjtREsbxe75LEdvOwPBiA7Tds1qE8zDma_qPpO2vw.g5Ct5VcdLkH0hYFW6JZ3VWNUNbdlxDgLfC7unJEfsqaCmpb9JllWQOGBhQ",
    "password": "diZXhHxJxIYGed!",
    "username": "mashate_said@yahoo.com"
}

Raw

{"_csrf_token":"8.4OjjtREsbxe75LEdvOwPBiA7Tds1qE8zDma_qPpO2vw.g5Ct5VcdLkH0hYFW6JZ3VWNUNbdlxDgLfC7unJEfsqaCmpb9JllWQOGBhQ","password":"diZXhHxJxIYGed!","username":"mashate_said@yahoo.com"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 24 Nov 2024 00:48:06 GMT"
location
"/login"
x-debug-token
"cec51c"

Cookies

Request Cookies

Key Value
PHPSESSID
"c78388e383bb44671881aa35e3b0dec0"
lang
"fra"
sf_redirect
"{"token":"1b9b2f","route":"app_login","method":"POST","controller":{"class":"App\\Controller\\SecurityController","method":"login","file":"\/home\/myqiccp\/my-mpf\/src\/Controller\/SecurityController.php","line":26},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 11

Session Metadata

Key Value
Created
"Sun, 24 Nov 24 01:47:51 +0100"
Last used
"Sun, 24 Nov 24 01:47:54 +0100"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"cxNPF1AVOa0KTzxSCoxlPlw8rHQ4kQhZbruH7u9WZe4"
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#283
  #message: "Invalid CSRF token."
  #code: 0
  #file: "/home/myqiccp/my-mpf/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
  #line: 51
  -token: null
  trace: {
    /home/myqiccp/my-mpf/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php:51 {
      Symfony\Component\Security\Http\EventListener\CsrfProtectionListener->checkPassport(CheckPassportEvent $event): void …
      › if (false === $this->csrfTokenManager->isTokenValid($csrfToken)) {    throw new InvalidCsrfTokenException('Invalid CSRF token.');}
    }
    /home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php:270 {
      Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
      ›     }    ($closure = \Closure::fromCallable($listener))(...$args);};
      arguments: {
        $event: Symfony\Component\Security\Http\Event\CheckPassportEvent {#263 …}
        ...: {
          "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          Symfony\Component\EventDispatcher\EventDispatcher {#183 …}
        }
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#115 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …9]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:182 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › $event = new CheckPassportEvent($authenticator, $passport);$this->eventDispatcher->dispatch($event);arguments: {
        $event: Symfony\Component\Security\Http\Event\CheckPassportEvent {#263 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:159 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
      arguments: {
        $authenticator: Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#271 …}
        $request: Symfony\Component\HttpFoundation\Request {#56 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:139 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
      arguments: {
        $authenticators: [ …1]
        $request: Symfony\Component\HttpFoundation\Request {#56 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#56 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:65 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › 
      › $this->authenticationManagerListener->authenticate($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:70 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
        $listeners: Generator {#161 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:111 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#115 …}
        }
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#115 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …9]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:152 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
        $eventName: "kernel.request"
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php:128 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#51 …}
        $eventName: "kernel.request"
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#56 …}
        $type: 1
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#56 …}
        $type: 1
        $catch: true
      }
    }
    /home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#56 …}
      }
    }
    /home/myqiccp/my-mpf/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/myqiccp/my-mpf/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
""

Session Usage

11 Usages
Stateless check enabled
Usage
App\Security\UserAuthenticator:36
[
  [
    "file" => "/home/myqiccp/my-mpf/src/Security/UserAuthenticator.php"
    "line" => 36
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 60
    "function" => "authenticate"
    "class" => "App\Security\UserAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 178
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 159
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 139
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:85
[
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 85
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 112
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 270
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "Symfony\Component\EventDispatcher\{closure}"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "::"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 182
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 159
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 139
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:55
[
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 55
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 116
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 270
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "Symfony\Component\EventDispatcher\{closure}"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "::"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 182
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 159
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 139
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:59
[
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 59
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 116
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 270
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "Symfony\Component\EventDispatcher\{closure}"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "::"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 182
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 159
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 139
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator:53
[
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php"
    "line" => 53
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 78
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 267
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 216
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 159
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 139
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:184
[
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 184
    "function" => "remove"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/myqiccp/my-mpf/public/index.php"
    "line" => 5
    "args" => [
      "/home/myqiccp/my-mpf/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"5cc2c29ef070a38c38951dd1df95a2db"
DATABASE_URL
"mysql://myqiccpmympf:no947tioDATABASE@myqiccpmympf.mysql.db:/myqiccpmympf"
MAILER_DSN
"sendmail://qfin@mpf.fr:findesaisie@mail.gandi.net:587"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CFG_CLUSTER
"cluster031"
CONTENT_LENGTH
"187"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/home/myqiccp/my-mpf/public"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"0"
GEOIP_COUNTRY_CODE
"KH"
GEOIP_COUNTRY_NAME
"Cambodia"
GEOIP_DMA_CODE
"0"
GEOIP_LATITUDE
"13.000000"
GEOIP_LONGITUDE
"105.000000"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_COOKIE
"lang=fra; PHPSESSID=c78388e383bb44671881aa35e3b0dec0; sf_redirect=%7B%22token%22%3A%221b9b2f%22%2C%22route%22%3A%22app_login%22%2C%22method%22%3A%22POST%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fmyqiccp%5C%2Fmy-mpf%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A26%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D"
HTTP_HOST
"my-mpf.com"
HTTP_REMOTE_IP
"116.212.149.106"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"116.212.149.106"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OVHREQUEST_ID
"54b812f2826106581c25cf0375a81933"
HTTP_X_PREDICTOR
"1"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/login"
REMOTE_ADDR
"116.212.149.106"
REMOTE_PORT
"28126"
REQUEST_METHOD
"POST"
REQUEST_TIME
1732409286
REQUEST_TIME_FLOAT
1732409286.0051
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/home/myqiccp/my-mpf/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://my-mpf.com:443/login"
SCRIPT_URL
"/login"
SERVER_ADDR
"10.31.40.32"
SERVER_ADMIN
"postmaster@my-mpf.com"
SERVER_NAME
"my-mpf.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL"
UNIQUE_ID
"Z0J3xr9EJ7yJCRNQhzk3mgAAAB8"
USER
"myqiccp"
argc
0
argv
[]