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" |
_route | "app_login" |
_route_params | [] |
_security_firewall_run | "_security_main" |
_stopwatch_token | "5c2dff" |
Request Headers
Header | Value |
---|---|
accept | "*/*" |
accept-encoding | "gzip, br, zstd, deflate" |
cache-control | "max-age=259200" |
connection | "keep-alive" |
host | "3.130.93.243" |
user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
via | "1.1 squid-proxy-5b5d847c96-nvd5p (squid/6.10)" |
x-forwarded-for | "10.1.23.133" |
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 | "Sun, 19 Oct 2025 01:25:16 GMT" |
x-debug-token | "ced5eb" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 9
Session Metadata
Key | Value |
---|---|
Created | "Sun, 19 Oct 25 01:25:16 +0000" |
Last used | "Sun, 19 Oct 25 01:25:16 +0000" |
Lifetime | 0 |
Session Attributes
Attribute | Value |
---|---|
_csrf/authenticate | "2ddb98zklHHGYVY0AYgXfPZ_2yXJ1YZlNZGXlmP2c9E" |
Session Usage
9
Usages
Stateless check enabled
Usage |
---|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:40
[ [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/security-http/Authentication/AuthenticationUtils.php" "line" => 40 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/src/Controller/SecurityController.php" "line" => 16 "function" => "getLastAuthenticationError" "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 183 "function" => "login" "class" => "App\Controller\SecurityController" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public/index.php" "line" => 5 "args" => [ "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:59
[ [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/security-http/Authentication/AuthenticationUtils.php" "line" => 59 "function" => "get" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/src/Controller/SecurityController.php" "line" => 19 "function" => "getLastUsername" "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 183 "function" => "login" "class" => "App\Controller\SecurityController" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public/index.php" "line" => 5 "args" => [ "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:76
[ [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 76 "function" => "has" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 69 "function" => "hasToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/form/FormRenderer.php" "line" => 54 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/var/cache/dev/twig/4c/4c522e5b71961aa7a132aefa00658c5b.php" "line" => 132 "function" => "renderCsrfToken" "class" => "Symfony\Component\Form\FormRenderer" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/Template.php" "line" => 430 "function" => "block_body" "class" => "__TwigTemplate_6d3ab559732eec61d4c177459075bfaf" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/var/cache/dev/twig/5d/5d99e519882d1efb65d9759eb77b4db8.php" "line" => 317 "function" => "yieldBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/Template.php" "line" => 360 "function" => "doDisplay" "class" => "__TwigTemplate_1f6933e6c6ef4b6e7728fcc6227faf08" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/var/cache/dev/twig/4c/4c522e5b71961aa7a132aefa00658c5b.php" "line" => 50 "function" => "yield" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/Template.php" "line" => 360 "function" => "doDisplay" "class" => "__TwigTemplate_6d3ab559732eec61d4c177459075bfaf" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/Template.php" "line" => 335 "function" => "yield" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/TemplateWrapper.php" "line" => 38 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/Environment.php" "line" => 307 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 431 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 436 "function" => "doRenderView" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 250 "function" => "doRender" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/src/Controller/SecurityController.php" "line" => 21 "function" => "render" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 183 "function" => "login" "class" => "App\Controller\SecurityController" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public/index.php" "line" => 5 "args" => [ "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:66
[ [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php" "line" => 66 "function" => "set" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/security-csrf/CsrfTokenManager.php" "line" => 74 "function" => "setToken" "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/form/FormRenderer.php" "line" => 54 "function" => "getToken" "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/var/cache/dev/twig/4c/4c522e5b71961aa7a132aefa00658c5b.php" "line" => 132 "function" => "renderCsrfToken" "class" => "Symfony\Component\Form\FormRenderer" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/Template.php" "line" => 430 "function" => "block_body" "class" => "__TwigTemplate_6d3ab559732eec61d4c177459075bfaf" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/var/cache/dev/twig/5d/5d99e519882d1efb65d9759eb77b4db8.php" "line" => 317 "function" => "yieldBlock" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/Template.php" "line" => 360 "function" => "doDisplay" "class" => "__TwigTemplate_1f6933e6c6ef4b6e7728fcc6227faf08" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/var/cache/dev/twig/4c/4c522e5b71961aa7a132aefa00658c5b.php" "line" => 50 "function" => "yield" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/Template.php" "line" => 360 "function" => "doDisplay" "class" => "__TwigTemplate_6d3ab559732eec61d4c177459075bfaf" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/Template.php" "line" => 335 "function" => "yield" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/TemplateWrapper.php" "line" => 38 "function" => "render" "class" => "Twig\Template" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/twig/twig/src/Environment.php" "line" => 307 "function" => "render" "class" => "Twig\TemplateWrapper" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 431 "function" => "render" "class" => "Twig\Environment" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 436 "function" => "doRenderView" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/framework-bundle/Controller/AbstractController.php" "line" => 250 "function" => "doRender" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/src/Controller/SecurityController.php" "line" => 21 "function" => "render" "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 183 "function" => "login" "class" => "App\Controller\SecurityController" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public/index.php" "line" => 5 "args" => [ "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[ [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 68 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 158 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 102 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public/index.php" "line" => 5 "args" => [ "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[ [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 69 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 158 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 102 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public/index.php" "line" => 5 "args" => [ "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[ [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 70 "function" => "getMetadataBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 158 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 102 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public/index.php" "line" => 5 "args" => [ "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[ [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 71 "function" => "all" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 158 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 102 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public/index.php" "line" => 5 "args" => [ "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" ] "function" => "require_once" ] ] |
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[ [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php" "line" => 72 "function" => "getFlashBag" "class" => "Symfony\Component\HttpFoundation\Session\Session" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Profiler/Profiler.php" "line" => 158 "function" => "collect" "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/EventListener/ProfilerListener.php" "line" => 102 "function" => "collect" "class" => "Symfony\Component\HttpKernel\Profiler\Profiler" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php" "line" => 115 "function" => "onKernelResponse" "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 206 "function" => "__invoke" "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/EventDispatcher.php" "line" => 56 "function" => "callListeners" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php" "line" => 122 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\EventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 216 "function" => "dispatch" "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 204 "function" => "filterResponse" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/HttpKernel.php" "line" => 76 "function" => "handleRaw" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/http-kernel/Kernel.php" "line" => 182 "function" => "handle" "class" => "Symfony\Component\HttpKernel\HttpKernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php" "line" => 35 "function" => "handle" "class" => "Symfony\Component\HttpKernel\Kernel" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/vendor/autoload_runtime.php" "line" => 29 "function" => "run" "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner" "type" => "->" ] [ "file" => "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public/index.php" "line" => 5 "args" => [ "/var/www/vhosts/roc.smallbatchdev.com/roc-site/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 | "30452b25f0593a1a333a08992b1ae64d" |
AWS_BUCKET | "roc-web-files" |
AWS_KEY | "AKIAUU2QQK3DCW76F47K" |
AWS_REGION | "us-east-2" |
AWS_SECRET | "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" |
DATABASE_URL | "mysql://roc_usr:sPocr6wruw!aW@@fredjmorgan.cw1afiufasmk.us-east-2.rds.amazonaws.com:3306/roc?serverVersion=8.3.6&charset=utf8mb4" |
FROM_ADDRESS | "rocmartialarts@yahoo.com" |
MAILER_DSN | "null://null" |
MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
STRIPE_PRIVATE_KEY | "sk_test_51PcvZYKh9Jt1MIuNPc5bVI9PPZgbBCO4uUovQBPfL9kUuaTQ2wxXSVXajIQsHkSwNFwaVd9XE0PzoVl4hIsooBw500JydPsm9G" |
STRIPE_PUBLIC_KEY | "pk_test_51PcvZYKh9Jt1MIuNZAGceNyCzHW62TeURmFxfoda14kPRruZLXT0fW5Hn6fEx1apGZ5fEZesvpOgqdsb6tfXPFT200gCqgyfMi" |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
CONTEXT_DOCUMENT_ROOT | "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public" |
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public" |
FCGI_ROLE | "RESPONDER" |
GATEWAY_INTERFACE | "CGI/1.1" |
HOME | "/usr/share/httpd" |
HTTP_ACCEPT | "*/*" |
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
HTTP_CACHE_CONTROL | "max-age=259200" |
HTTP_CONNECTION | "keep-alive" |
HTTP_HOST | "3.130.93.243" |
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
HTTP_VIA | "1.1 squid-proxy-5b5d847c96-nvd5p (squid/6.10)" |
HTTP_X_FORWARDED_FOR | "10.1.23.133" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" |
PHP_SELF | "/index.php" |
QUERY_STRING | "" |
REMOTE_ADDR | "216.73.216.10" |
REMOTE_PORT | "44681" |
REQUEST_METHOD | "GET" |
REQUEST_SCHEME | "http" |
REQUEST_TIME | 1760837115 |
REQUEST_TIME_FLOAT | 1760837115.9149 |
REQUEST_URI | "/login" |
SCRIPT_FILENAME | "/var/www/vhosts/roc.smallbatchdev.com/roc-site/public/index.php" |
SCRIPT_NAME | "/index.php" |
SCRIPT_URI | "http://3.130.93.243/login" |
SCRIPT_URL | "/login" |
SERVER_ADDR | "172.31.17.141" |
SERVER_ADMIN | "root@localhost" |
SERVER_NAME | "3.130.93.243" |
SERVER_PORT | "80" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SIGNATURE | "" |
SERVER_SOFTWARE | "Apache/2.4.62 (Amazon Linux) OpenSSL/3.0.8" |
SYMFONY_DOTENV_PATH | "/var/www/vhosts/roc.smallbatchdev.com/roc-site/.env" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,FROM_ADDRESS,STRIPE_PUBLIC_KEY,STRIPE_PRIVATE_KEY,AWS_KEY,AWS_SECRET,AWS_REGION,AWS_BUCKET" |
UNIQUE_ID | "aPQ9-2T4jSF0dNnocSIRzwAAAAA" |
USER | "apache" |
proxy-nokeepalive | "1" |