LoginController :: csrfTokenAction
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController::csrfTokenAction" |
| _event_controller | Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController {#1892 #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1894 …} #tokenResolver: Pimcore\Security\User\TokenStorageUserResolver {#529 …} #pimcoreSerializer: Pimcore\Serializer\Serializer {#1895 …} #responseHelper: Pimcore\Http\ResponseHelper {#487 …} #translator: Pimcore\Translation\Translator {#420 …} #bundleManager: Pimcore\Extension\Bundle\PimcoreBundleManager {#328 …} #eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#299 …} } |
| _firewall_context | "security.firewall.map.context.pimcore_admin" |
| _pimcore_context | "admin" |
| _route | "pimcore_admin_login_csrf_token" |
| _route_params | [] |
| _security_firewall_run | "_security_pimcore_admin" |
| _stopwatch_token | "aed149" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, deflate, br, zstd" |
| accept-language | "de-DE,de;q=0.9" |
| connection | "close" |
| cookie | "fe_typo_user=32240e31c87a415903ad7dfa290d6f31; PHPSESSID=ce5c95f077be6840928e38eebef99855" |
| dnt | "1" |
| host | "pim-dev.ifurn.net" |
| priority | "u=1, i" |
| referer | "https://pim-dev.ifurn.net/admin/login" |
| sec-ch-ua | ""Not:A-Brand";v="99", "Brave";v="145", "Chromium";v="145"" |
| sec-ch-ua-mobile | "?0" |
| sec-ch-ua-platform | ""Windows"" |
| sec-fetch-dest | "empty" |
| sec-fetch-mode | "cors" |
| sec-fetch-site | "same-origin" |
| sec-gpc | "1" |
| user-agent | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" |
| x-forwarded-for | "92.79.127.254" |
| x-forwarded-proto | "https" |
| x-php-ob-level | "0" |
| x-real-host | "pim-dev.ifurn.net" |
| x-real-ip | "92.79.127.254" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "max-age=0, max-stale=0, must-revalidate, no-cache, no-store, no-transform, post-check=0, pre-check=0, private" |
| content-language | "en" |
| content-security-policy | "default-src 'self' ;img-src * data: blob: ;media-src 'self' data: ;script-src 'self' 'nonce-qZw/IUT2Lgqs517uOsogebG20K6/33Vz' 'unsafe-inline' 'unsafe-eval' https://buttons.github.io/buttons.js https://code.jquery.com/;style-src 'self' 'unsafe-inline' ;frame-src 'self' data: https://www.youtube-nocookie.com/ https://www.dailymotion.com/ https://player.vimeo.com/;frame-ancestors 'self' ;connect-src 'self' blob: https://liveupdate.pimcore.org/ https://nominatim.openstreetmap.org/;font-src 'self' ;worker-src 'self' blob: " |
| content-type | "application/json" |
| date | "Mon, 16 Feb 2026 21:07:17 GMT" |
| expires | "Tue, 01 Jan 1980 00:00:00 GMT" |
| pragma | "no-cache" |
| x-debug-token | "fc8629" |
| x-frame-options | "deny" |
| x-powered-by | "pimcore" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "ce5c95f077be6840928e38eebef99855" |
| fe_typo_user | "32240e31c87a415903ad7dfa290d6f31" |
Response Cookies
No response cookies
Session 4
Session Metadata
| Key | Value |
|---|---|
| Created | "Mon, 16 Feb 26 07:56:15 +0100" |
| Last used | "Mon, 16 Feb 26 21:44:17 +0100" |
| Lifetime | 0 |
Session Attributes
No session attributes
Session Usage
4
Usages
Stateless check enabled
| Usage |
|---|
Pimcore\Tool\Session:44
[
[
"file" => "/php/vendor/pimcore/pimcore/lib/Tool/Session.php"
"line" => 44
"function" => "getBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/php/vendor/pimcore/admin-ui-classic-bundle/src/Security/CsrfProtectionHandler.php"
"line" => 67
"function" => "getSessionBag"
"class" => "Pimcore\Tool\Session"
"type" => "::"
]
[
"file" => "/php/vendor/pimcore/admin-ui-classic-bundle/src/Security/CsrfProtectionHandler.php"
"line" => 91
"function" => "getCsrfToken"
"class" => "Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"
"type" => "->"
]
[
"file" => "/php/vendor/pimcore/admin-ui-classic-bundle/src/EventListener/CsrfProtectionListener.php"
"line" => 58
"function" => "generateCsrfToken"
"class" => "Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "handleRequest"
"class" => "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/php/public/index.php"
"line" => 36
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
[
"file" => "/php/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 41
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/security-http/Firewall/AccessListener.php"
"line" => 78
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
"line" => 46
"function" => "authenticate"
"class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/security-http/Firewall/AbstractListener.php"
"line" => 26
"function" => "authenticate"
"class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
"line" => 83
"function" => "__invoke"
"class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/security-http/Firewall.php"
"line" => 95
"function" => "callListeners"
"class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelRequest"
"class" => "Symfony\Component\Security\Http\Firewall"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 157
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/php/public/index.php"
"line" => 36
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Pimcore\Tool\Session:31
[
[
"file" => "/php/vendor/pimcore/pimcore/lib/Tool/Session.php"
"line" => 31
"function" => "getBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/php/vendor/pimcore/admin-ui-classic-bundle/src/Security/CsrfProtectionHandler.php"
"line" => 78
"function" => "useBag"
"class" => "Pimcore\Tool\Session"
"type" => "::"
]
[
"file" => "/php/vendor/pimcore/admin-ui-classic-bundle/src/Controller/Admin/LoginController.php"
"line" => 173
"function" => "regenerateCsrfToken"
"class" => "Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "csrfTokenAction"
"class" => "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/php/public/index.php"
"line" => 36
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\Security\Http\Firewall\ContextListener:171
[
[
"file" => "/php/vendor/symfony/security-http/Firewall/ContextListener.php"
"line" => 171
"function" => "remove"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 116
"function" => "onKernelResponse"
"class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 220
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 139
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 214
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 202
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/php/vendor/symfony/http-kernel/Kernel.php"
"line" => 197
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/php/public/index.php"
"line" => 36
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| REDIS_PORT | "" |
| TRUSTED_PROXIES | "" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_ENFORCE_2FA | "false" |
| APP_ENV | "dev" |
| APP_RUN_PATH | "/app/run/dev" |
| APP_SFTP_PATH | "/app/sftp-server-docker/sftp-root" |
| APP_URL | "pim-dev.ifurn.net" |
| APP_VERSION | "793--d53a987" |
| COMPOSER_DIR | "~/.composer" |
| COMPOSE_FILE | "docker-compose.deploy.yml" |
| COMPOSE_PROJECT_NAME | "dev-imos-pim" |
| CONTENT_LENGTH | "" |
| CONTENT_TYPE | "" |
| DEBUG_EMAIL_ADDRESSES | "alexanderheidrich@basilicom.de,christian.wellmer@basilicom.de" |
| DOCUMENT_ROOT | "/php/public" |
| DOCUMENT_URI | "/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| GPG_KEYS | "39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC" |
| HOME | "/var/www" |
| HOSTNAME | "f801a3648a27" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br, zstd" |
| HTTP_ACCEPT_LANGUAGE | "de-DE,de;q=0.9" |
| HTTP_CONNECTION | "close" |
| HTTP_COOKIE | "fe_typo_user=32240e31c87a415903ad7dfa290d6f31; PHPSESSID=ce5c95f077be6840928e38eebef99855" |
| HTTP_DNT | "1" |
| HTTP_HOST | "pim-dev.ifurn.net" |
| HTTP_PRIORITY | "u=1, i" |
| HTTP_REFERER | "https://pim-dev.ifurn.net/admin/login" |
| HTTP_SEC_CH_UA | ""Not:A-Brand";v="99", "Brave";v="145", "Chromium";v="145"" |
| HTTP_SEC_CH_UA_MOBILE | "?0" |
| HTTP_SEC_CH_UA_PLATFORM | ""Windows"" |
| HTTP_SEC_FETCH_DEST | "empty" |
| HTTP_SEC_FETCH_MODE | "cors" |
| HTTP_SEC_FETCH_SITE | "same-origin" |
| HTTP_SEC_GPC | "1" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" |
| HTTP_X_FORWARDED_FOR | "92.79.127.254" |
| HTTP_X_FORWARDED_PROTO | "https" |
| HTTP_X_REAL_HOST | "pim-dev.ifurn.net" |
| HTTP_X_REAL_IP | "92.79.127.254" |
| MAILER_DSN | "smtp://6c619221f5417757f60b8acecf4c0d92:43e2a306b1ae7b1088550000b2245311@in-v3.mailjet.com:587" |
| MYSQL_DATABASE | "pimcore" |
| MYSQL_HOST | "mysql" |
| MYSQL_HOST_PORT | "4306" |
| MYSQL_PASSWORD | "SNp3pJchYjJm" |
| MYSQL_PORT | "3306" |
| MYSQL_ROOT_PASSWORD | "password" |
| MYSQL_USER | "pimcore" |
| MYSQL_VERSION | "10.6.16-MariaDB" |
| NGINX_HOST_PORT | "8085" |
| PATH | "/usr/local/bin:/usr/bin:/bin" |
| PATH_INFO | "" |
| PHPIZE_DEPS | "autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c" |
| PHP_ASC_URL | "https://www.php.net/distributions/php-8.2.13.tar.xz.asc" |
| PHP_CFLAGS | "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
| PHP_CPPFLAGS | "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" |
| PHP_INI_DIR | "/usr/local/etc/php" |
| PHP_LDFLAGS | "-Wl,-O1 -pie" |
| PHP_SELF | "/index.php" |
| PHP_SHA256 | "2629bba10117bf78912068a230c68a8fd09b7740267bd8ebd3cfce91515d454b" |
| PHP_URL | "https://www.php.net/distributions/php-8.2.13.tar.xz" |
| PHP_VERSION | "8.2.13" |
| PIMCORE_CACHE_DIRECTORY | "/pimcore-tmp/cache/pimcore" |
| PIMCORE_CLASS_DEFINITION_WRITABLE | true |
| PIMCORE_INSTALL_ADMIN_PASSWORD | "adminADMIN1!" |
| PIMCORE_INSTALL_ADMIN_USERNAME | "admin" |
| PIMCORE_LOG_DIRECTORY | "/php/var/log" |
| PIMCORE_MAIL_FROM | "imos@apprunner.info" |
| PIMCORE_SYMFONY_CACHE_DIRECTORY | "/pimcore-tmp/cache" |
| PIMCORE_SYSTEM_TEMP_DIRECTORY | "/pimcore-tmp/tmp" |
| PWD | "/php" |
| QUERY_STRING | "" |
| REDIRECT_STATUS | "200" |
| REDIS_HOST | "redis" |
| REGISTRY_NGINX_IMAGE_NAME | "basilicom/imos-nginx" |
| REGISTRY_PHP_FPM_IMAGE_NAME | "basilicom/imos-php-fpm" |
| REMOTE_ADDR | "172.21.0.1" |
| REMOTE_PORT | "34556" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "http" |
| REQUEST_TIME | 1771276037 |
| REQUEST_TIME_FLOAT | 1771276037.8749 |
| REQUEST_URI | "/admin/login/csrf-token" |
| RUN_AS_GID | "3000" |
| RUN_AS_UID | "3000" |
| SCRIPT_FILENAME | "/php/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "172.21.0.7" |
| SERVER_NAME | "php-docker.local" |
| SERVER_PORT | "80" |
| SERVER_PROTOCOL | "HTTP/1.0" |
| SERVER_SOFTWARE | "nginx/1.21.6" |
| SFTP_PORT | "2222" |
| SHLVL | "1" |
| SUPERCRONIC | "supercronic-linux-amd64" |
| SUPERCRONIC_SHA1SUM | "5ddf8ea26b56d4a7ff6faecdd8966610d5cb9d85" |
| SUPERCRONIC_URL | "https://github.com/aptible/supercronic/releases/download/v0.1.9/supercronic-linux-amd64" |
| SYMFONY_DOTENV_VARS | "REDIS_PORT,TRUSTED_PROXIES" |
| USER | "www-data" |
| _ | "/usr/local/sbin/php-fpm" |
| argc | 0 |
| argv | [] |