CartController :: update
Request
GET Parameters
| Key | Value |
|---|---|
| quantity | "2" |
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
| Key | Value |
|---|---|
| _access_control_attributes | null |
| _controller | "App\Controller\CartController::update" |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_cart_update" |
| _route_params | [ "id" => "14145" ] |
| _stopwatch_token | "17a613" |
| id | "14145" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| cookie | "PHPSESSID=thphltqlil7pi17ofs7s9mn1lu" |
| host | "shop.devlaboratory.es" |
| 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 | "Mon, 31 Aug 2026 07:01:06 GMT" |
| location | "/cart" |
| x-debug-token | "f01493" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "thphltqlil7pi17ofs7s9mn1lu" |
Response Cookies
No response cookies
Session 2
Session Metadata
| Key | Value |
|---|---|
| Created | "Mon, 31 Aug 26 07:00:48 +0000" |
| Last used | "Mon, 31 Aug 26 07:01:05 +0000" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| cart | [ 7824 => 1 23283 => 1 1654 => 1 25860 => 1 14515 => 1 20586 => 1 8803 => 1 16965 => 1 2502 => 1 27481 => 1 13148 => 1 21674 => 1 11964 => 1 24798 => 1 16218 => 1 23293 => 1 12797 => 1 29024 => 1 7605 => 1 9533 => 1 22939 => 1 26484 => 1 19700 => 1 7285 => 1 24549 => 1 20052 => 1 13060 => 1 17797 => 1 24103 => 1 6601 => 1 13291 => 1 23393 => 1 24537 => 1 25196 => 1 7205 => 1 20656 => 1 8635 => 1 10066 => 1 2520 => 1 18577 => 1 10116 => 1 17424 => 1 20311 => 1 28428 => 1 1724 => 1 1257 => 1 14914 => 1 17419 => 1 14810 => 1 25183 => 1 18801 => 1 2566 => 1 16029 => 1 3496 => 1 21121 => 1 24700 => 1 1449 => 1 6186 => 1 27586 => 1 17330 => 1 26809 => 1 23850 => 1 24726 => 1 6131 => 1 2985 => 1 18941 => 1 22409 => 1 26680 => 1 25314 => 1 5911 => 1 18327 => 1 25609 => 1 23149 => 1 20720 => 1 2557 => 1 25843 => 1 14632 => 1 2727 => 1 25708 => 1 15833 => 1 24398 => 1 4365 => 1 25709 => 1 16374 => 1 23099 => 1 13735 => 1 18315 => 1 11947 => 1 21062 => 1 27965 => 1 1054 => 1 13313 => 1 28904 => 1 886 => 1 14015 => 1 8664 => 1 16726 => 1 10175 => 1 19625 => 1 18632 => 1 19681 => 1 1862 => 1 10645 => 1 25499 => 1 17265 => 1 3306 => 1 11367 => 1 18530 => 1 10571 => 1 25100 => 1 14459 => 1 25148 => 1 22676 => 1 21770 => 1 12093 => 1 11214 => 1 15027 => 1 18004 => 1 20897 => 1 1731 => 1 6144 => 1 9992 => 1 18841 => 1 471 => 1 24562 => 1 27744 => 1 14787 => 1 28244 => 1 2892 => 1 18402 => 1 4195 => 1 25429 => 1 19083 => 1 23443 => 1 19561 => 1 9156 => 1 29130 => 1 19726 => 1 15031 => 1 24356 => 1 10944 => 1 9406 => 1 16175 => 1 8321 => 1 18401 => 1 9995 => 1 10668 => 1 10449 => 1 16295 => 1 12121 => 1 18772 => 1 13874 => 1 25562 => 1 26147 => 1 12229 => 1 14145 => 1 ] |
Session Usage
2
Usages
Stateless check enabled
| Usage |
|---|
App\Service\CartService:58
[
[
"file" => "/var/www/html/shop/src/Service/CartService.php"
"line" => 58
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/shop/src/Controller/CartController.php"
"line" => 69
"function" => "updateQuantity"
"class" => "App\Service\CartService"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "update"
"class" => "App\Controller\CartController"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/symfony/http-kernel/Kernel.php"
"line" => 208
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/shop/public/index.php"
"line" => 5
"args" => [
"/var/www/html/shop/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
App\Service\CartService:66
[
[
"file" => "/var/www/html/shop/src/Service/CartService.php"
"line" => 66
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/shop/src/Controller/CartController.php"
"line" => 69
"function" => "updateQuantity"
"class" => "App\Service\CartService"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "update"
"class" => "App\Controller\CartController"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/symfony/http-kernel/Kernel.php"
"line" => 208
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/autoload_runtime.php"
"line" => 29
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/var/www/html/shop/public/index.php"
"line" => 5
"args" => [
"/var/www/html/shop/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 | "a88e7a83d7a8e7a83d7a8e7a83d7a8e7" |
| APP_SHARE_DIR | "var/share" |
| DATABASE_URL | "mysql://ubuntu:SugusMan12796664!@127.0.0.1:3306/shop?serverVersion=5.7&charset=utf8mb4" |
| DEFAULT_URI | "http://localhost" |
| GEMINI_API_KEY | "AQ.Ab8RN6LMhraEGG3QnALSgJN5wuufPU23GxWTmw--fvkpy_hsMA" |
| GEMINI_MODEL | "gemini-1.5-flash" |
| MAILER_DSN | "smtps://hola%40mipeluco.com:Lapichuta26!@ssl0.ovh.net:465" |
| STRIPE_PUBLIC_KEY | "pk_test_51U9rIHFpB7qqLWWjhXhRjuVw0B6b2iOHaqzTSrZTBFCR1XrRNHVxjyhvXSPar3aB3BjxL75gio13vWFYg7kbnU9U00lyWEwZY0" |
| STRIPE_SECRET_KEY | "sk_test_51U9rIHFpB7qqLWWj5FtoN9lbrjiFAHJIUx1Z8oNfvfxeKlbordzbz4NEskmIEUzLCCLfGQW2baL40S7nna6yCwF800HxrhGZbb" |
Defined as regular env variables
| Key | Value |
|---|---|
| CONTEXT_DOCUMENT_ROOT | "/var/www/html/shop/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/var/www/html/shop/public" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_COOKIE | "PHPSESSID=thphltqlil7pi17ofs7s9mn1lu" |
| HTTP_HOST | "shop.devlaboratory.es" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "quantity=2" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_QUERY_STRING | "quantity=2" |
| REDIRECT_SCRIPT_URI | "https://shop.devlaboratory.es/cart/update/14145" |
| REDIRECT_SCRIPT_URL | "/cart/update/14145" |
| REDIRECT_SSL_TLS_SNI | "shop.devlaboratory.es" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/cart/update/14145" |
| REMOTE_ADDR | "216.73.217.38" |
| REMOTE_PORT | "57810" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1788159665 |
| REQUEST_TIME_FLOAT | 1788159665.3314 |
| REQUEST_URI | "/cart/update/14145?quantity=2" |
| SCRIPT_FILENAME | "/var/www/html/shop/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://shop.devlaboratory.es/cart/update/14145" |
| SCRIPT_URL | "/cart/update/14145" |
| SERVER_ADDR | "148.113.201.140" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "shop.devlaboratory.es" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.62 (Ubuntu) Server at shop.devlaboratory.es Port 443</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.62 (Ubuntu)" |
| SSL_TLS_SNI | "shop.devlaboratory.es" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,APP_DEBUG,DEFAULT_URI,DATABASE_URL,MAILER_DSN,STRIPE_PUBLIC_KEY,STRIPE_SECRET_KEY,GEMINI_API_KEY,GEMINI_MODEL" |