http://musteri.keyveni.com.tr/login Return to referer URL

n/a

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_csrf_token
"586220994a.yf_Pb_wnyRoTAMKMxA458rgZ16F_DuN2JU06Av9dug0.pJ6JN5Bs-SM-dYvP8WNBoo9Nj8NGb6xbTzlNYc8T2D35jfYWt1OcS3lT8g"
password
"5262"
username
"DEMSAY FABRİKA"

Uploaded Files

No files were uploaded

Request Attributes

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

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
"tr-TR,tr;q=0.9,en-US;q=0.8,en;q=0.7"
cache-control
"max-age=0"
connection
"keep-alive"
content-length
"168"
content-type
"application/x-www-form-urlencoded"
cookie
"_gcl_au=1.1.808690112.1733464745; _gcl_aw=GCL.1737454428.EAIaIQobChMI2JrfjcqGiwMV7WdBAh0D0RCkEAAYASAAEgIzMfD_BwE; _gcl_gs=2.1.k1$i1737454426$u42091839"
host
"musteri.keyveni.com.tr"
origin
"http://musteri.keyveni.com.tr"
referer
"http://musteri.keyveni.com.tr/login"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

Raw

username=DEMSAY+FABR%C4%B0KA&password=5262&_csrf_token=586220994a.yf_Pb_wnyRoTAMKMxA458rgZ16F_DuN2JU06Av9dug0.pJ6JN5Bs-SM-dYvP8WNBoo9Nj8NGb6xbTzlNYc8T2D35jfYWt1OcS3lT8g

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 07 Feb 2025 12:08:06 GMT"
location
"/login"
x-debug-token
"67942d"

Cookies

Request Cookies

Key Value
_gcl_au
"1.1.808690112.1733464745"
_gcl_aw
"GCL.1737454428.EAIaIQobChMI2JrfjcqGiwMV7WdBAh0D0RCkEAAYASAAEgIzMfD_BwE"
_gcl_gs
"2.1.k1$i1737454426$u42091839"

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Fri, 07 Feb 25 15:08:06 +0300"
Last used
"Fri, 07 Feb 25 15:08:06 +0300"
Lifetime
0

Session Attributes

Attribute Value
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#277
  #serialized: [
    null
    0
    "Invalid CSRF token."
    "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\EventListener\CsrfProtectionListener.php"
    51
  ]
  -token: null
  #message: "Invalid CSRF token."
  #code: 0
  #file: "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\EventListener\CsrfProtectionListener.php"
  #line: 51
  trace: {
    C:\tekkalem\www_root\domains\foodsoft\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.');}
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#303 …}
        ...: {
          "Symfony\Component\Security\Http\Event\CheckPassportEvent"
          Symfony\Component\EventDispatcher\EventDispatcher {#174 …}
        }
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#34 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#152 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#34 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#303 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#301 …}
        $request: Symfony\Component\HttpFoundation\Request {#60 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#60 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#60 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#34 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#34 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#34 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#34 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#34 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#34 …}
        $listeners: Generator {#166 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\WrappedListener.php:117 {
      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 {#34 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#152 …}
        }
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#34 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#152 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#34 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#34 …}
        $eventName: "kernel.request"
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php:128 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#34 …}
        $eventName: "kernel.request"
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#60 …}
        $type: 1
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#60 …}
        $type: 1
        $catch: true
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\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 {#60 …}
      }
    }
    C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    C:\tekkalem\www_root\domains\foodsoft\public\index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
      }
    }
  }
}
_security.last_username
"DEMSAY FABRİKA"

Session Usage

8 Usages
Stateless check enabled
Usage
App\Security\AppCustomAuthenticator:35
[
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\src\Security\AppCustomAuthenticator.php"
    "line" => 35
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticator.php"
    "line" => 63
    "function" => "authenticate"
    "class" => "App\Security\AppCustomAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 179
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Firewall\AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-bundle\Debug\WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Firewall\AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-bundle\Security\LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-bundle\Debug\TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\public\index.php"
    "line" => 5
    "args" => [
      "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-csrf\TokenStorage\SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-csrf\CsrfTokenManager.php"
    "line" => 110
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\EventListener\CsrfProtectionListener.php"
    "line" => 50
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 270
    "function" => "checkPassport"
    "class" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "Symfony\Component\EventDispatcher\{closure}"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "::"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 183
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Firewall\AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-bundle\Debug\WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Firewall\AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-bundle\Security\LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-bundle\Debug\TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\public\index.php"
    "line" => 5
    "args" => [
      "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator:53
[
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authenticator\AbstractLoginFormAuthenticator.php"
    "line" => 53
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticator.php"
    "line" => 86
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\AbstractLoginFormAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 274
    "function" => "onAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 217
    "function" => "handleAuthenticationFailure"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 160
    "function" => "executeAuthenticator"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authentication\AuthenticatorManager.php"
    "line" => 140
    "function" => "executeAuthenticators"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Firewall\AuthenticatorManagerListener.php"
    "line" => 40
    "function" => "authenticateRequest"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Authenticator\Debug\TraceableAuthenticatorManagerListener.php"
    "line" => 65
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-bundle\Debug\WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Firewall\AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-bundle\Security\LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-bundle\Debug\TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\security-http\Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 117
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 128
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\public\index.php"
    "line" => 5
    "args" => [
      "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\DataCollector\RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Profiler\Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\EventListener\ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\public\index.php"
    "line" => 5
    "args" => [
      "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\DataCollector\RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Profiler\Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\EventListener\ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\public\index.php"
    "line" => 5
    "args" => [
      "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\DataCollector\RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Profiler\Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\EventListener\ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\public\index.php"
    "line" => 5
    "args" => [
      "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\DataCollector\RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Profiler\Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\EventListener\ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\public\index.php"
    "line" => 5
    "args" => [
      "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\DataCollector\RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Profiler\Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\EventListener\ProfilerListener.php"
    "line" => 99
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\event-dispatcher\Debug\TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 185
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 131
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\http-kernel\Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\symfony\runtime\Runner\Symfony\HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\vendor\autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "C:\tekkalem\www_root\domains\foodsoft\public\index.php"
    "line" => 5
    "args" => [
      "C:\tekkalem\www_root\domains\foodsoft\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
"ccb5db840daf4644355ee5ce46a35e3a"
APP_VERSION
"1.2.4"
DATABASE_URL
"sqlite:///%kernel.project_dir%/var/data.db"
DB_CHARSET
"UTF-8"
DB_DIALECT
"3"
DB_HOST
"192.168.1.9"
DB_NAME
"c:/tekkalem/kobisoft/data/MER2023/data.fdb"
DB_PASSWORD
"masterkey"
DB_PORT
"3050"
DB_USER
"SYSDBA"
FIRMA_ADI
"Keyveni Catering"
FIRMA_KODU
"MER2023"
MAILER_DSN
"smtp://foodsoft@keyveni.com.tr:Keyveni811811_@mail.aloramail.com.tr:465?verify_peer=0"
MAILER_FROM
"foodsoft@keyveni.com.tr"
MAILER_FROM_NAME
"Keyveni Catering"
MAILER_HOST
"mail.aloramail.com.tr"
MAILER_PASSWORD
"Keyveni811811_"
MAILER_PORT
"465"
MAILER_PROTOCOL
"smtp"
MAILER_REPLYTO
"foodsoft@keyveni.com.tr"
MAILER_TLS
"0"
MAILER_USER
"foodsoft@keyveni.com.tr"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
COMSPEC
"C:\WINDOWS\system32\cmd.exe"
CONTENT_LENGTH
"168"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"C:/tekkalem/www_root/domains/foodsoft/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"C:/tekkalem/www_root/domains/foodsoft/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
"tr-TR,tr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"_gcl_au=1.1.808690112.1733464745; _gcl_aw=GCL.1737454428.EAIaIQobChMI2JrfjcqGiwMV7WdBAh0D0RCkEAAYASAAEgIzMfD_BwE; _gcl_gs=2.1.k1$i1737454426$u42091839"
HTTP_HOST
"musteri.keyveni.com.tr"
HTTP_ORIGIN
"http://musteri.keyveni.com.tr"
HTTP_REFERER
"http://musteri.keyveni.com.tr/login"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36"
MIBDIRS
"C:/tekkalem/www_root/php/extras/mibs"
MYSQL_HOME
"\xampp\mysql\bin"
OPENSSL_CONF
"C:/tekkalem/www_root/apache/bin/openssl.cnf"
PATH
"C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps"
PATHEXT
".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC"
PHPRC
"\xampp\php"
PHP_PEAR_SYSCONF_DIR
"\xampp\php"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_MIBDIRS
"C:/tekkalem/www_root/php/extras/mibs"
REDIRECT_MYSQL_HOME
"\xampp\mysql\bin"
REDIRECT_OPENSSL_CONF
"C:/tekkalem/www_root/apache/bin/openssl.cnf"
REDIRECT_PHPRC
"\xampp\php"
REDIRECT_PHP_PEAR_SYSCONF_DIR
"\xampp\php"
REDIRECT_STATUS
"200"
REDIRECT_TMP
"\xampp\tmp"
REDIRECT_URL
"/login"
REMOTE_ADDR
"91.93.190.186"
REMOTE_PORT
"62146"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"http"
REQUEST_TIME
1738930086
REQUEST_TIME_FLOAT
1738930086.526
REQUEST_URI
"/login"
SCRIPT_FILENAME
"C:/tekkalem/www_root/domains/foodsoft/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.1.6"
SERVER_ADMIN
"postmaster@localhost"
SERVER_NAME
"musteri.keyveni.com.tr"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.38 (Win32) OpenSSL/1.1.1a PHP/7.3.2 Server at musteri.keyveni.com.tr Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.38 (Win32) OpenSSL/1.1.1a PHP/7.3.2"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_VERSION,FIRMA_KODU,FIRMA_ADI,MAILER_PROTOCOL,MAILER_USER,MAILER_PASSWORD,MAILER_HOST,MAILER_PORT,MAILER_TLS,MAILER_REPLYTO,MAILER_FROM_NAME,MAILER_FROM,MAILER_DSN,DATABASE_URL,DB_HOST,DB_PORT,DB_NAME,DB_USER,DB_PASSWORD,DB_CHARSET,DB_DIALECT"
SystemRoot
"C:\WINDOWS"
TMP
"\xampp\tmp"
WINDIR
"C:\WINDOWS"