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 {#820 -links: [ 837 => Symfony\Component\WebLink\Link {#837 -rel: [ "preload" => "preload" ] -attributes: [ "as" => "style" ] -href: "/assets/styles/app-84Nc61X.css" } ] } |
| _redirected | true |
| _route | "app_login" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#549 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#490 …} } ] |
| _stopwatch_token | "76c48b" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, deflate" |
| connection | "keep-alive" |
| cookie | "sf_redirect=%7B%22token%22%3A%2201474e%22%2C%22route%22%3A%22app_home%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22home%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fu660091116%5C%2Fdomains%5C%2Fonizap.com%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A42%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_deauth_profile_token=01474e; PHPSESSID=tsjqcajvefge4l6lcerhb6tlal" |
| host | "onizap.com" |
| user-agent | "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1" |
| 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 | "Fri, 15 May 2026 04:00:43 GMT" |
| link | "</assets/styles/app-84Nc61X.css>; rel="preload"; as="style"" |
| x-debug-token | "ea93e2" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "tsjqcajvefge4l6lcerhb6tlal" |
| main_deauth_profile_token | "01474e" |
| sf_redirect | "{"token":"01474e","route":"app_home","method":"GET","controller":{"class":"App\\Controller\\SecurityController","method":"home","file":"\/home\/u660091116\/domains\/onizap.com\/src\/Controller\/SecurityController.php","line":42},"status_code":302,"status_text":"Found"}" |
Response Cookies
No response cookies
Session 4
Session Metadata
| Key | Value |
|---|---|
| Created | "Fri, 15 May 26 04:00:42 +0000" |
| Last used | "Fri, 15 May 26 04:00:42 +0000" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| _security.main.target_path | "https://onizap.com/" |
Session Usage
4
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 379
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/src/Controller/SecurityController.php"
"line" => 20
"function" => "getUser"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/public_html/index.php"
"line" => 5
"args" => [
"/home/u660091116/domains/onizap.com/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:57
[
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 57
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/src/Controller/SecurityController.php"
"line" => 25
"function" => "getLastUsername"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/public_html/index.php"
"line" => 5
"args" => [
"/home/u660091116/domains/onizap.com/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:38
[
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
"line" => 38
"function" => "has"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/src/Controller/SecurityController.php"
"line" => 26
"function" => "getLastAuthenticationError"
"class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/public_html/index.php"
"line" => 5
"args" => [
"/home/u660091116/domains/onizap.com/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Bridge\Twig\AppVariable:185
[
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/twig-bridge/AppVariable.php"
"line" => 185
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1919
"function" => "getFlashes"
"class" => "Symfony\Bridge\Twig\AppVariable"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/var/cache/dev/twig/40/400a5bfe46dc5ef8440e59b537ebd271.php"
"line" => 148
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/twig/twig/src/Template.php"
"line" => 446
"function" => "block_body"
"class" => "__TwigTemplate_cdedf5bc77b4fd3de1533e47710b44c1"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/var/cache/dev/twig/10/10c7f3df08791b1682854f92853a159f.php"
"line" => 84
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/twig/twig/src/Template.php"
"line" => 402
"function" => "doDisplay"
"class" => "__TwigTemplate_6b3e18ff30a8e513ca848f376cd2f39a"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/var/cache/dev/twig/40/400a5bfe46dc5ef8440e59b537ebd271.php"
"line" => 55
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/twig/twig/src/Template.php"
"line" => 402
"function" => "doDisplay"
"class" => "__TwigTemplate_cdedf5bc77b4fd3de1533e47710b44c1"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/twig/twig/src/Template.php"
"line" => 358
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/twig/twig/src/Template.php"
"line" => 373
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/twig/twig/src/Environment.php"
"line" => 333
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 463
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 468
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 282
"function" => "doRender"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/src/Controller/SecurityController.php"
"line" => 24
"function" => "render"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "login"
"class" => "App\Controller\SecurityController"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/u660091116/domains/onizap.com/public_html/index.php"
"line" => 5
"args" => [
"/home/u660091116/domains/onizap.com/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 | "310b71801a3d914783b47aad9e2b2fa5" |
| DATABASE_URL | "mysql://u660091116_OniZap:OniZap102030@127.0.0.1:3306/u660091116_OniZap?serverVersion=10.11.10-MariaDB&charset=utf8mb4" |
| DEFAULT_URI | "http://localhost" |
| MAILER_DSN | "null://null" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| PUSHER_APP_CLUSTER | "sa1" |
| PUSHER_APP_ID | "" |
| PUSHER_APP_KEY | "" |
| PUSHER_APP_SECRET | "" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CRAWLER_LOAD_LIMIT_ENFORCE | "25" |
| CRAWLER_USLEEP | "1000" |
| DOCUMENT_ROOT | "/home/u660091116/domains/onizap.com/public_html" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate" |
| HTTP_CONNECTION | "keep-alive" |
| HTTP_COOKIE | "sf_redirect=%7B%22token%22%3A%2201474e%22%2C%22route%22%3A%22app_home%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CSecurityController%22%2C%22method%22%3A%22home%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fu660091116%5C%2Fdomains%5C%2Fonizap.com%5C%2Fsrc%5C%2FController%5C%2FSecurityController.php%22%2C%22line%22%3A42%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; main_deauth_profile_token=01474e; PHPSESSID=tsjqcajvefge4l6lcerhb6tlal" |
| HTTP_HOST | "onizap.com" |
| HTTP_USER_AGENT | "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1" |
| H_CANARY | "false" |
| H_PLATFORM | "Hostinger" |
| H_STAGING | "false" |
| H_TYPE | "business" |
| LSPHP_ProcessGroup | "on" |
| PATH | "/usr/local/bin:/bin:/usr/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REDIRECT_REQUEST_METHOD | "GET" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/login" |
| REMOTE_ADDR | "18.166.51.232" |
| REMOTE_PORT | "52272" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1778817642 |
| REQUEST_TIME_FLOAT | 1778817642.9906 |
| REQUEST_URI | "/login" |
| SCRIPT_FILENAME | "/home/u660091116/domains/onizap.com/public_html/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://onizap.com/login" |
| SCRIPT_URL | "/login" |
| SERVER_ADDR | "45.151.121.144" |
| SERVER_ADMIN | "" |
| SERVER_NAME | "onizap.com" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SOFTWARE | "LiteSpeed" |
| SSL_CIPHER | "TLS_AES_256_GCM_SHA384" |
| SSL_CIPHER_ALGKEYSIZE | "256" |
| SSL_CIPHER_USEKEYSIZE | "256" |
| SSL_PROTOCOL | "TLSv1.3" |
| SYMFONY_DOTENV_PATH | "/home/u660091116/domains/onizap.com/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,PUSHER_APP_ID,PUSHER_APP_KEY,PUSHER_APP_SECRET,PUSHER_APP_CLUSTER" |
| X-LSCACHE | "on,crawler,esi,combine" |
| ratelimited_gptbot | "1" |
| ratelimited_meta_externalagent | "1" |