http://161.97.128.28/login Return to referer URL

n/a

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"a3f424dab6ea.S_q8B9ytiq0LOl96IE1r_WtY2GQUsvt8x78GANNLYbQ.PaDbfY3V-9o9aWwdSHQAzSodhxYs98Mf9tZ8S5k6CvsOtvZhrejem0JIZw"
email
"[email protected]"
password
"julio"

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
"6251b2"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate"
accept-language
"fr-CM,fr;q=0.9,en-US;q=0.8,en;q=0.7"
cache-control
"max-age=0"
connection
"keep-alive"
content-length
"176"
content-type
"application/x-www-form-urlencoded"
cookie
"PHPSESSID=ji1m6lopipjnuc7o8u4v6dcs2j; _ga=GA1.1.1097338714.1761977090; _gid=GA1.1.1260242377.1761977092; _ga_PFRZ0VEZSF=GS2.1.s1761977089$o1$g1$t1761977159$j60$l0$h0"
host
"161.97.128.28"
origin
"http://161.97.128.28"
referer
"http://161.97.128.28/login"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; U; Android 11; fr-cm; itel A661W Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36 PHX/19.5"
x-php-ob-level
"1"
x-requested-with
"com.transsion.phoenix"

Request Content

Raw

email=juliotsangning7%40gmail.com&_csrf_token=a3f424dab6ea.S_q8B9ytiq0LOl96IE1r_WtY2GQUsvt8x78GANNLYbQ.PaDbfY3V-9o9aWwdSHQAzSodhxYs98Mf9tZ8S5k6CvsOtvZhrejem0JIZw&password=julio

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=utf-8"
date
"Sat, 01 Nov 2025 06:06:57 GMT"
location
"/login"
x-debug-token
"4a742e"

Cookies

Request Cookies

Key Value
PHPSESSID
"ji1m6lopipjnuc7o8u4v6dcs2j"
_ga
"GA1.1.1097338714.1761977090"
_ga_PFRZ0VEZSF
"GS2.1.s1761977089$o1$g1$t1761977159$j60$l0$h0"
_gid
"GA1.1.1260242377.1761977092"

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Sat, 01 Nov 25 06:04:01 +0000"
Last used
"Sat, 01 Nov 25 06:05:56 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/authenticate
"vZgzQxqw6S3gh9k0AE_r8E8c1izKJqkOELJfqET6Ir8"
_security.last_error
Symfony\Component\Security\Core\Exception\BadCredentialsException {#1058
  #message: "Authentication failed because "App\Security\LoginFormAuthenticator::checkCredentials()" did not return true."
  #code: 0
  #file: "/var/www/bethesda/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
  #line: 137
  -token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#248 …}
  trace: {
    /var/www/bethesda/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:137 {
      Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticateViaGuard(AuthenticatorInterface $guardAuthenticator, PreAuthenticationGuardToken $token): GuardTokenInterface …
      › 
      ›     throw new BadCredentialsException(sprintf('Authentication failed because "%s::checkCredentials()" did not return true.', get_debug_type($guardAuthenticator)));}
    }
    /var/www/bethesda/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:107 {
      Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider->authenticate(TokenInterface $token) …
      › 
      ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
    }
    /var/www/bethesda/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:88 {
      Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
      › try {    $result = $provider->authenticate($token);}
    /var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:162 {
      Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->executeGuardAuthenticator(string $uniqueGuardKey, AuthenticatorInterface $guardAuthenticator, RequestEvent $event) …
      › // this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
    /var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:126 {
      Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener->authenticate(RequestEvent $event) …
      › 
      › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
    /var/www/bethesda/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) {
    }
    /var/www/bethesda/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);}
    }
    /var/www/bethesda/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);}
    /var/www/bethesda/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:77 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
    }
    /var/www/bethesda/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/bethesda/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/bethesda/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);}
    }
    /var/www/bethesda/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/bethesda/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);}
    /var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/bethesda/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/bethesda/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/bethesda/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/bethesda/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/bethesda/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
"[email protected]"
referer
"app_login"

Session Usage

7 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 141
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/bethesda/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Security\LoginFormAuthenticator:55
[
  [
    "file" => "/var/www/bethesda/src/Security/LoginFormAuthenticator.php"
    "line" => 55
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 148
    "function" => "getCredentials"
    "class" => "App\Security\LoginFormAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/bethesda/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 110
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/src/Security/LoginFormAuthenticator.php"
    "line" => 66
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 113
    "function" => "getUser"
    "class" => "App\Security\LoginFormAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 107
    "function" => "authenticateViaGuard"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 162
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/bethesda/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 71
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 114
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/src/Security/LoginFormAuthenticator.php"
    "line" => 66
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 113
    "function" => "getUser"
    "class" => "App\Security\LoginFormAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 107
    "function" => "authenticateViaGuard"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 162
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/bethesda/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 114
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/src/Security/LoginFormAuthenticator.php"
    "line" => 66
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 113
    "function" => "getUser"
    "class" => "App\Security\LoginFormAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    "line" => 107
    "function" => "authenticateViaGuard"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 162
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/bethesda/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator:45
[
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php"
    "line" => 45
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/GuardAuthenticatorHandler.php"
    "line" => 106
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 187
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    "line" => 126
    "function" => "executeGuardAuthenticator"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/bethesda/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:195
[
  [
    "file" => "/var/www/bethesda/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 195
    "function" => "remove"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 142
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/bethesda/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/bethesda/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"ff7325025ae307787e22fe923a2e178d"
CITY
"YAOUNDE"
CONTACT
"(+237)699545124"
DATABASE_URL
"mysql://bethesda_user:[email protected]:3306/bethesda"
DELEGATION_DEPARTEMENTATLE
"La Mefou et Akono"
DELEGATION_REGIONALE
"D&eacutel&eacutegation R&eacutegionale de la Mefou et Akono"
DIVISIONAL_DELEGATION
" Mefou and Akono"
EMAIL
"[email protected]"
ENGLISH_SCHOOL_NAME
"Bethesda Bilingual Secondary Institute"
ENGLISH_SLOGAN
"Discipline-Work-Sucess"
FRENCH_SCHOOL_NAME
"Insitut Secondaire Bilingue Bethesda"
FRENCH_SLOGAN
"Discipline-Travail-Succes"
LINUX_WKHTMLTOIMAGE_PATH
"/usr/bin/wkhtmltoimage"
LINUX_WKHTMLTOPDF_PATH
"/usr/bin/wkhtmltopdf"
LOGO_PATH
"logo_isbb.jpg"
MAILER_DSN
"gmail+smtp://isbbethesda%40gmail.com:PasswordBethesda%401@default"
MAILER_FROM_ADDRESS
"[email protected]"
MAILER_FROM_NAME
"Administration"
MAILER_HOST
"mail.server:25"
MAILER_PASS
"PasswordBethesda%401"
MAILER_URL
"null://localhost"
ONEDRIVE_CLIENT_ID
"a9d9e752-0cbe-43b0-a831-c0b3dc6a0d8e"
ONEDRIVE_CLIENT_SECRET
"AYT8Q~JU.B~sCQxFos5gTVOMU~YkOG7kC18o7bVw"
ONEDRIVE_TENANT_ID
"53c58e8b-854a-474c-a629-af92f38279ad"
POSTAL_BOX
"31367 YDE"
PRINCIPAL
"Poka Simeon"
REGIONAL_DELEGATION
"Center Regional Delegation"
WINDOWS_WKHTMLTOIMAGE_PATH
""C:\\Program Files\\wkhtmltopdf\\bin\\wkhtmltoimage""
WINDOWS_WKHTMLTOPDF_PATH
""C:\\Program Files\\wkhtmltopdf\\bin\\wkhtmltopdf""
facebook_client_id
"426320422157981"
facebook_secret
"8e863804fa85badd8070326f13a9ba52"
github_client_id
"ef63970819450b03aecf"
github_client_secret
"c6af0bec04ef243b1c8b47437699423bd4a2b8ba"
github_secret
"c6af0bec04ef243b1c8b47437699423bd4a2b8ba"
googleplus_client_id
"248980514136-hhjepha3ij0965qmaqehq57ifg1seb4d.apps.googleusercontent.com"
googleplus_secret
"YqpgoaaYiHXqzqFJBzunsjSf"
linkedin_client_id
"78wdfyexlyks62"
linkedin_secret
"zic8WfEGmsrSCODU"
stackexchange_client_id
"YqpgoaaYiHXqzqFJBzunsjSf"
stackexchange_key
"zic8WfEGmsrSCODU"
stackexchange_secret
"zic8WfEGmsrSCODU"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"176"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/bethesda/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/bethesda/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"fr-CM,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=ji1m6lopipjnuc7o8u4v6dcs2j; _ga=GA1.1.1097338714.1761977090; _gid=GA1.1.1260242377.1761977092; _ga_PFRZ0VEZSF=GS2.1.s1761977089$o1$g1$t1761977159$j60$l0$h0"
HTTP_HOST
"161.97.128.28"
HTTP_ORIGIN
"http://161.97.128.28"
HTTP_REFERER
"http://161.97.128.28/login"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; U; Android 11; fr-cm; itel A661W Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36 PHX/19.5"
HTTP_X_REQUESTED_WITH
"com.transsion.phoenix"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/login"
REMOTE_ADDR
"129.0.205.49"
REMOTE_PORT
"57972"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"http"
REQUEST_TIME
1761977217
REQUEST_TIME_FLOAT
1761977217.0942
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/bethesda/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"161.97.128.28"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"161.97.128.28"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at 161.97.128.28 Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MAILER_DSN,MAILER_PASS,MAILER_HOST,MAILER_URL,MAILER_FROM_ADDRESS,MAILER_FROM_NAME,github_client_id,github_secret,github_client_secret,facebook_client_id,facebook_secret,googleplus_client_id,googleplus_secret,stackexchange_client_id,stackexchange_secret,stackexchange_key,linkedin_client_id,linkedin_secret,ONEDRIVE_CLIENT_ID,ONEDRIVE_TENANT_ID,ONEDRIVE_CLIENT_SECRET,WINDOWS_WKHTMLTOPDF_PATH,WINDOWS_WKHTMLTOIMAGE_PATH,LINUX_WKHTMLTOPDF_PATH,LINUX_WKHTMLTOIMAGE_PATH,FRENCH_SCHOOL_NAME,ENGLISH_SCHOOL_NAME,LOGO_PATH,FRENCH_SLOGAN,ENGLISH_SLOGAN,POSTAL_BOX,CONTACT,EMAIL,DELEGATION_REGIONALE,REGIONAL_DELEGATION,DELEGATION_DEPARTEMENTATLE,DIVISIONAL_DELEGATION,CITY,PRINCIPAL"