CartController :: update
Request
GET Parameters
| Key | Value |
|---|---|
| quantity | "0" |
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" => "23073" ] |
| _stopwatch_token | "79be88" |
| id | "23073" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| cookie | "PHPSESSID=lb9ujbuk6pi0jofhqkcvdl7rg4" |
| host | "mipeluco.com" |
| 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 | "Sat, 29 Aug 2026 15:10:54 GMT" |
| location | "/cart" |
| x-debug-token | "3e6294" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "lb9ujbuk6pi0jofhqkcvdl7rg4" |
Response Cookies
No response cookies
Session 2
Session Metadata
| Key | Value |
|---|---|
| Created | "Sat, 29 Aug 26 15:10:15 +0000" |
| Last used | "Sat, 29 Aug 26 15:10:54 +0000" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| cart | [ 4242 => 1 1331 => 1 21768 => 1 9860 => 1 9025 => 1 24586 => 1 21961 => 1 12250 => 1 18460 => 1 24162 => 1 27877 => 1 26995 => 1 14341 => 1 6260 => 1 6224 => 1 11198 => 1 12380 => 1 16132 => 1 2743 => 1 4278 => 1 12886 => 1 20954 => 1 12797 => 1 13148 => 1 16159 => 1 22769 => 1 12046 => 1 2663 => 1 13768 => 1 21849 => 1 4662 => 1 5426 => 1 22206 => 1 7814 => 1 6561 => 1 22960 => 1 2217 => 1 6062 => 1 11447 => 1 26851 => 1 20515 => 1 16965 => 1 2502 => 1 18954 => 1 8867 => 1 21653 => 1 26916 => 1 8986 => 1 23112 => 1 13589 => 1 10942 => 1 17334 => 1 11693 => 1 25839 => 1 21976 => 1 2057 => 1 12060 => 1 11702 => 1 10365 => 1 22922 => 1 12258 => 1 9419 => 1 17940 => 1 7831 => 1 21167 => 1 14637 => 1 17197 => 1 10835 => 1 17450 => 1 10143 => 1 28184 => 1 19290 => 1 1825 => 1 5512 => 1 16897 => 1 27083 => 1 6656 => 1 7605 => 1 7887 => 1 20775 => 1 16261 => 1 10791 => 1 20875 => 1 25823 => 1 8102 => 1 18708 => 1 18714 => 1 21291 => 1 23179 => 1 16218 => 1 24184 => 1 17797 => 1 24549 => 1 23175 => 1 5080 => 1 23446 => 1 20995 => 1 22916 => 1 15043 => 1 23758 => 1 17836 => 1 22939 => 1 1363 => 1 26407 => 1 12566 => 1 11576 => 1 25250 => 1 11510 => 1 19766 => 1 22556 => 1 21281 => 1 20829 => 1 18362 => 1 11922 => 1 9092 => 1 5086 => 1 16313 => 1 20895 => 1 14558 => 1 16139 => 1 2165 => 1 12776 => 1 9386 => 1 22612 => 1 10869 => 1 13879 => 1 12586 => 1 13060 => 1 9373 => 1 22620 => 1 6218 => 1 10236 => 1 19700 => 1 26071 => 1 1777 => 1 10515 => 1 20669 => 1 9964 => 1 3599 => 1 25825 => 1 24278 => 1 18429 => 1 3990 => 1 25797 => 1 20708 => 1 8999 => 1 22950 => 1 18949 => 1 3119 => 1 10375 => 1 23445 => 1 12595 => 1 8190 => 1 836 => 1 3110 => 1 26267 => 1 23571 => 1 11825 => 1 23073 => 1 ] |
Session Usage
2
Usages
Stateless check enabled
| Usage |
|---|
App\Service\CartService:47
[
[
"file" => "/var/www/html/shop/src/Service/CartService.php"
"line" => 47
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/shop/src/Controller/CartController.php"
"line" => 51
"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:55
[
[
"file" => "/var/www/html/shop/src/Service/CartService.php"
"line" => 55
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/shop/src/Controller/CartController.php"
"line" => 51
"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_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" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| 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=lb9ujbuk6pi0jofhqkcvdl7rg4" |
| HTTP_HOST | "mipeluco.com" |
| 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=0" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_QUERY_STRING | "quantity=0" |
| REDIRECT_SCRIPT_URI | "https://mipeluco.com/cart/update/23073" |
| REDIRECT_SCRIPT_URL | "/cart/update/23073" |
| REDIRECT_SSL_TLS_SNI | "mipeluco.com" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/cart/update/23073" |
| REMOTE_ADDR | "216.73.216.213" |
| REMOTE_PORT | "6992" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1788016254 |
| REQUEST_TIME_FLOAT | 1788016254.9 |
| REQUEST_URI | "/cart/update/23073?quantity=0" |
| SCRIPT_FILENAME | "/var/www/html/shop/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://mipeluco.com/cart/update/23073" |
| SCRIPT_URL | "/cart/update/23073" |
| SERVER_ADDR | "148.113.201.140" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "mipeluco.com" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.62 (Ubuntu) Server at mipeluco.com Port 443</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.62 (Ubuntu)" |
| SSL_TLS_SNI | "mipeluco.com" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MAILER_DSN,GEMINI_API_KEY,GEMINI_MODEL" |