GET https://demo.inlovewithpizza.de/login

SecurityController :: login

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_links
Symfony\Component\WebLink\GenericLinkProvider {#763
  -links: [
    765 => Symfony\Component\WebLink\Link {#765
      -href: "/assets/styles/app-f4cbb6ce5f12d2a2e3d26465050ca095.css"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
      ]
    }
    766 => Symfony\Component\WebLink\Link {#766
      -href: "/assets/styles/bootstrap-b8afcd55c18c32a9bb1aff2670686ba3.css"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
      ]
    }
    767 => Symfony\Component\WebLink\Link {#767
      -href: "/assets/fontawesome/css/all-e33528ec96ec5279d4f048233f183af0.css"
      -rel: [
        "preload" => "preload"
      ]
      -attributes: [
        "as" => "style"
      ]
    }
  ]
}
_route
"app_login"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"688280"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"PHPSESSID=8lusnjmc33nq10ufnractb8q5j"
host
"demo.inlovewithpizza.de"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 10 Mar 2026 08:33:27 GMT"
link
"</assets/styles/app-f4cbb6ce5f12d2a2e3d26465050ca095.css>; rel="preload"; as="style",</assets/styles/bootstrap-b8afcd55c18c32a9bb1aff2670686ba3.css>; rel="preload"; as="style",</assets/fontawesome/css/all-e33528ec96ec5279d4f048233f183af0.css>; rel="preload"; as="style""
x-debug-token
"2acddc"

Cookies

Request Cookies

Key Value
PHPSESSID
"8lusnjmc33nq10ufnractb8q5j"

Response Cookies

No response cookies

Session 8

Session Metadata

Key Value
Created
"Tue, 10 Mar 26 09:33:17 +0100"
Last used
"Tue, 10 Mar 26 09:33:17 +0100"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"cUIUMdQUQlkFcAvEkY-olD8eDMZmrUlywAiBWKJOcgg"

Session Usage

8 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-bundle/Security.php"
    "line" => 68
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-bundle/Security.php"
    "line" => 50
    "function" => "getToken"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/src/EventSubscriber/VipStatusSubscriber.php"
    "line" => 42
    "function" => "getUser"
    "class" => "Symfony\Bundle\SecurityBundle\Security"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelController"
    "class" => "App\EventSubscriber\VipStatusSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 166
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:40
[
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 40
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/src/Controller/SecurityController.php"
    "line" => 202
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 178
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:59
[
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 59
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/src/Controller/SecurityController.php"
    "line" => 204
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 178
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bridge\Twig\AppVariable:185
[
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 185
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1635
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/7e/7e12953e55811f930b1692d95c1922a9.php"
    "line" => 497
    "function" => "twig_get_attribute"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7b8b7ff43305d901bd96c231bc92d4b3"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/36/36221e5c128f2489ab44b70a141703b1.php"
    "line" => 49
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c8104c7470980404eb00f2a384d72365"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 431
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 436
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 250
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/src/Controller/SecurityController.php"
    "line" => 206
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 178
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:76
[
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 76
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 69
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/form/FormRenderer.php"
    "line" => 56
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/36/36221e5c128f2489ab44b70a141703b1.php"
    "line" => 123
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_body"
    "class" => "__TwigTemplate_c8104c7470980404eb00f2a384d72365"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/7e/7e12953e55811f930b1692d95c1922a9.php"
    "line" => 572
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7b8b7ff43305d901bd96c231bc92d4b3"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/36/36221e5c128f2489ab44b70a141703b1.php"
    "line" => 49
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c8104c7470980404eb00f2a384d72365"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 431
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 436
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 250
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/src/Controller/SecurityController.php"
    "line" => 206
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 178
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:52
[
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 52
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 70
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/form/FormRenderer.php"
    "line" => 56
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/36/36221e5c128f2489ab44b70a141703b1.php"
    "line" => 123
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_body"
    "class" => "__TwigTemplate_c8104c7470980404eb00f2a384d72365"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/7e/7e12953e55811f930b1692d95c1922a9.php"
    "line" => 572
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7b8b7ff43305d901bd96c231bc92d4b3"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/36/36221e5c128f2489ab44b70a141703b1.php"
    "line" => 49
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c8104c7470980404eb00f2a384d72365"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 431
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 436
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 250
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/src/Controller/SecurityController.php"
    "line" => 206
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 178
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:56
[
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 56
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 70
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/form/FormRenderer.php"
    "line" => 56
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/36/36221e5c128f2489ab44b70a141703b1.php"
    "line" => 123
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_body"
    "class" => "__TwigTemplate_c8104c7470980404eb00f2a384d72365"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/7e/7e12953e55811f930b1692d95c1922a9.php"
    "line" => 572
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7b8b7ff43305d901bd96c231bc92d4b3"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/var/cache/dev/twig/36/36221e5c128f2489ab44b70a141703b1.php"
    "line" => 49
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c8104c7470980404eb00f2a384d72365"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 38
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/twig/twig/src/Environment.php"
    "line" => 280
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 431
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 436
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 250
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/src/Controller/SecurityController.php"
    "line" => 206
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 178
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:171
[
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 171
    "function" => "remove"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 211
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 199
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 185
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/duderino/web/demo.inlovewithpizza.de/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/duderino/web/demo.inlovewithpizza.de/public_html/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
"a5b2ebfdb9ccb58987ea094b9e3c8851"
CURLOPT_SSL_VERIFYPEER
"true"
DATABASE_URL
"mysql://duderino_pizza_demo:zRqD3BJ|h{cb*__l@localhost:3306/duderino_pizza_demo?serverVersion=8.0.41&charset=utf8mb4"
GOOGLE_MAPS_API_KEY
"AIzaSyBYeGmZL9bUI1gEji8eaP7-Zmt2OpMXXqk"
MAILER_DSN
"smtp://dev@inlovewithpizza.de:%%n5K8LtZq!D3@smtp.strato.de:465"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
PP_CLIENT_ID
"AQbNsIaD-FniBk9nSgSB8G74m1dgFl39iT3IKfSCQsvKtapRYLqHU5WJQvq8YOiKMcX58y7uvGTPuImk"
PP_CLIENT_SECRET
"EOgSgtunAE9Hw5Su6XlR1AixfThxailc1SDks_Pu2476HlabHIslyyM151Lfz8PyJFE5R3qqvEuIVsAp"
PP_ORDER_WEBHOOK_ID
"15L94827UK654352S"
PP_SUBSCRIPTION_WEBHOOK_ID
"4YK780307C069422Ditf"
PP_TOKEN_URL
"https://api.paypal.com/v1"
wp_url
"https://inlovewithpizza.de"

Defined as regular env variables

Key Value
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/duderino/web/demo.inlovewithpizza.de/public_html/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/duderino"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"PHPSESSID=8lusnjmc33nq10ufnractb8q5j"
HTTP_HOST
"demo.inlovewithpizza.de"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.32"
REMOTE_PORT
"23797"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1773131607
REQUEST_TIME_FLOAT
1773131607.6944
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/home/duderino/web/demo.inlovewithpizza.de/public_html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"188.245.59.38"
SERVER_NAME
"demo.inlovewithpizza.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.27.4"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,PP_CLIENT_ID,PP_CLIENT_SECRET,PP_TOKEN_URL,PP_ORDER_WEBHOOK_ID,PP_SUBSCRIPTION_WEBHOOK_ID,CURLOPT_SSL_VERIFYPEER,GOOGLE_MAPS_API_KEY,wp_url"
TEMP
"/home/duderino/tmp"
TMP
"/home/duderino/tmp"
TMPDIR
"/home/duderino/tmp"
USER
"duderino"