https://symfony60.sahelsolarcooking.org/

n/a

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
a
"b"

Uploaded Files

No files were uploaded

Request Attributes

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

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"
accept-encoding
"gzip, deflate"
accept-language
"en-US,en;q=0.9,fr;q=0.8"
cache-control
"max-age=0"
content-length
"3"
content-type
"application/x-www-form-urlencoded"
host
"symfony60.sahelsolarcooking.org"
upgrade-insecure-requests
"1"
user-agent
"Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Raw

a=b

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 29 Oct 2025 18:34:44 GMT"
location
"/"
x-debug-token
"2aa099"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Wed, 29 Oct 25 19:34:44 +0100"
Last used
"Wed, 29 Oct 25 19:34:44 +0100"
Lifetime
0

Session Attributes

Attribute Value
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#289
  -token: null
  #message: "Invalid CSRF token."
  #code: 0
  #file: "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
  #line: 51
  trace: {
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#164 …}
        }
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#117 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:183 {
      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/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:160 {
      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 {#279 …}
        $request: Symfony\Component\HttpFoundation\Request {#50 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
      arguments: {
        $authenticators: [ …1]
        $request: Symfony\Component\HttpFoundation\Request {#50 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#50 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
        $listeners: Generator {#196 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#117 …}
        }
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#117 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#136 …}
        $eventName: "kernel.request"
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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 {#136 …}
        $eventName: "kernel.request"
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php:75 {
      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 {#50 …}
        $type: 1
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#50 …}
        $type: 1
        $catch: true
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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 {#50 …}
      }
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
""

Session Usage

8 Usages
Stateless check enabled
Usage
App\Security\Authenticator:32
[
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/src/Security/Authenticator.php"
    "line" => 32
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 60
    "function" => "authenticate"
    "class" => "App\Security\Authenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 179
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:85
[
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 85
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 112
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 270
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "Symfony\Component\EventDispatcher\{closure}"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "::"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 183
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator:53
[
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php"
    "line" => 53
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 78
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 268
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 217
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 151
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 111
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 152
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php"
    "line" => 5
    "args" => [
      "/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/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
"d0e264b9318ea76064e637191f990e51"
DATABASE_URL
"mysql://esoh_symfony60:Mina1964@esoh.myd.infomaniak.com:3306/esoh_db_symf60"
DB_HOST
"esoh.myd.infomaniak.com"
DB_NAME
"esoh_db_symf60"
DB_PASSWORD
"Mina1964"
DB_PORT
"3306"
DB_USER
"esoh_symfony60"
MAILER_DSN
"smtp://no-reply@meridec.ch:Meridec2022<@mail.infomaniak.com:587"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"3"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/home/clients/eddaec2b56bce71116f734721c0be8bf/.config/apache/symfony60.sahelsolarcooking.org/.fpm/"
CONTEXT_PREFIX
"/.fpm/"
DOCUMENT_ROOT
"/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9,fr;q=0.8"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_HOST
"symfony60.sahelsolarcooking.org"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36"
HTTP_X_FORWARDED_PROTO
"https"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php"
ORIG_SCRIPT_FILENAME
"/home/clients/eddaec2b56bce71116f734721c0be8bf/.config/apache/symfony60.sahelsolarcooking.org/.fpm/php5.external"
ORIG_SCRIPT_NAME
"/.fpm/php5.external"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
PHP_VERSION
"8.0"
QUERY_STRING
""
REDIRECT_HANDLER
"php5-fcgi"
REDIRECT_HTTPS
"on"
REDIRECT_PHP_VERSION
"8.0"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_PHP_VERSION
"8.0"
REDIRECT_REDIRECT_SCRIPT_URI
"https://symfony60.sahelsolarcooking.org/"
REDIRECT_REDIRECT_SCRIPT_URL
"/"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aQJeROkjZMxc4r5pykSAlAAAAYU"
REDIRECT_SCRIPT_URI
"https://symfony60.sahelsolarcooking.org/"
REDIRECT_SCRIPT_URL
"/"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aQJeROkjZMxc4r5pykSAlAAAAYU"
REDIRECT_URL
"/index.php"
REMOTE_ADDR
"103.156.164.73"
REMOTE_PORT
"37682"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1761762884
REQUEST_TIME_FLOAT
1761762884.1698
REQUEST_URI
"/"
SCRIPT_FILENAME
"/home/clients/eddaec2b56bce71116f734721c0be8bf/sites/symfony60.sahelsolarcooking.org/website-skeleton/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://symfony60.sahelsolarcooking.org/"
SCRIPT_URL
"/"
SERVER_ADDR
"127.0.0.80"
SERVER_ADMIN
"webmaster@sahelsolarcooking.org"
SERVER_NAME
"symfony60.sahelsolarcooking.org"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"MESSENGER_TRANSPORT_DSN,APP_ENV,APP_SECRET,DB_USER,DB_PASSWORD,DB_HOST,DB_PORT,DB_NAME,DATABASE_URL,MAILER_DSN"
TEMP
"/home/clients/eddaec2b56bce71116f734721c0be8bf/tmp"
TMP
"/home/clients/eddaec2b56bce71116f734721c0be8bf/tmp"
TMPDIR
"/home/clients/eddaec2b56bce71116f734721c0be8bf/tmp"
UNIQUE_ID
"aQJeROkjZMxc4r5pykSAlAAAAYU"