CartController :: add
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _access_control_attributes | null |
| _controller | "App\Controller\CartController::add" |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "app_cart_add" |
| _route_params | [ "id" => "21073" ] |
| _stopwatch_token | "2e9e34" |
| id | "21073" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| cookie | "PHPSESSID=vp3tov72nsnqqkinin1rdbj41s" |
| host | "www.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 | "Sun, 23 Aug 2026 02:27:42 GMT" |
| location | "/cart" |
| x-debug-token | "9bf9af" |
Cookies
Request Cookies
| Key | Value |
|---|---|
| PHPSESSID | "vp3tov72nsnqqkinin1rdbj41s" |
Response Cookies
No response cookies
Session 2
Session Metadata
| Key | Value |
|---|---|
| Created | "Sun, 23 Aug 26 02:26:35 +0000" |
| Last used | "Sun, 23 Aug 26 02:27:42 +0000" |
| Lifetime | 0 |
Session Attributes
| Attribute | Value |
|---|---|
| cart | [ 1409 => 1 22347 => 1 5377 => 1 6847 => 1 14716 => 1 21041 => 1 22149 => 1 6016 => 1 4185 => 1 13832 => 1 1944 => 1 25980 => 1 8167 => 1 5633 => 1 2216 => 1 7240 => 1 7978 => 1 7615 => 1 7085 => 1 20484 => 1 18565 => 1 17827 => 1 17675 => 1 18484 => 1 3326 => 1 23809 => 1 4110 => 1 1994 => 1 6418 => 1 8103 => 1 1008 => 1 1941 => 1 18352 => 1 5300 => 1 4804 => 1 15464 => 1 5251 => 1 1772 => 1 15340 => 1 2352 => 1 23988 => 1 15364 => 1 8943 => 1 21063 => 1 21083 => 1 24968 => 1 9545 => 1 17271 => 1 19686 => 1 6550 => 1 5102 => 1 8318 => 1 26005 => 1 22508 => 1 7534 => 1 1399 => 1 5952 => 1 4301 => 1 23747 => 1 19263 => 1 2800 => 1 15545 => 1 8302 => 1 9870 => 1 7065 => 1 5507 => 1 11432 => 1 5283 => 1 1063 => 1 17826 => 1 1776 => 1 11279 => 1 8708 => 1 23682 => 1 13403 => 1 955 => 1 9702 => 1 3157 => 1 12201 => 1 22952 => 1 25908 => 1 6548 => 1 5353 => 1 23911 => 1 15366 => 1 9795 => 1 14904 => 1 11265 => 1 3047 => 1 1789 => 1 24937 => 1 6923 => 1 21187 => 1 11241 => 1 5448 => 1 15435 => 1 7495 => 1 7167 => 1 6582 => 1 5944 => 1 7549 => 1 2073 => 1 1044 => 1 6506 => 1 12930 => 1 3801 => 1 4929 => 1 23764 => 1 826 => 1 24934 => 1 14599 => 1 8912 => 1 1763 => 1 4173 => 1 25580 => 1 7213 => 1 9898 => 1 5591 => 1 857 => 1 2896 => 1 2379 => 1 13352 => 1 8926 => 1 3845 => 1 21847 => 1 1891 => 1 10484 => 1 4403 => 1 21073 => 1 ] |
| wishlist | [ 3697 12908 9711 22009 12151 4032 5692 4492 7541 4844 4265 7599 4885 13617 6763 3224 6982 24364 13627 12944 8060 4669 2233 13293 7307 3382 17801 7326 7350 6993 695 6744 10985 9580 9809 5237 13620 5873 20752 7630 7004 24901 17829 8633 6772 4196 4976 20652 17847 17848 2109 8722 5463 3392 13752 14971 3199 9533 14733 6576 3961 8640 9714 17846 25752 23239 4528 8124 2912 6741 19293 945 4464 8450 4553 3548 8991 ] |
Session Usage
2
Usages
Stateless check enabled
| Usage |
|---|
App\Service\CartService:23
[
[
"file" => "/var/www/html/shop/src/Service/CartService.php"
"line" => 23
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/shop/src/Controller/CartController.php"
"line" => 26
"function" => "add"
"class" => "App\Service\CartService"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "add"
"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:31
[
[
"file" => "/var/www/html/shop/src/Service/CartService.php"
"line" => 31
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/var/www/html/shop/src/Controller/CartController.php"
"line" => 26
"function" => "add"
"class" => "App\Service\CartService"
"type" => "->"
]
[
"file" => "/var/www/html/shop/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 181
"function" => "add"
"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" |
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=vp3tov72nsnqqkinin1rdbj41s" |
| HTTP_HOST | "www.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 | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_SCRIPT_URI | "https://www.mipeluco.com/cart/add/21073" |
| REDIRECT_SCRIPT_URL | "/cart/add/21073" |
| REDIRECT_SSL_TLS_SNI | "www.mipeluco.com" |
| REDIRECT_STATUS | "200" |
| REDIRECT_URL | "/cart/add/21073" |
| REMOTE_ADDR | "216.73.216.215" |
| REMOTE_PORT | "62963" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1787452062 |
| REQUEST_TIME_FLOAT | 1787452062.2042 |
| REQUEST_URI | "/cart/add/21073" |
| SCRIPT_FILENAME | "/var/www/html/shop/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://www.mipeluco.com/cart/add/21073" |
| SCRIPT_URL | "/cart/add/21073" |
| SERVER_ADDR | "148.113.201.140" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "www.mipeluco.com" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "<address>Apache/2.4.62 (Ubuntu) Server at www.mipeluco.com Port 443</address>\n" |
| SERVER_SOFTWARE | "Apache/2.4.62 (Ubuntu)" |
| SSL_TLS_SNI | "www.mipeluco.com" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MAILER_DSN,APP_DEBUG,GEMINI_API_KEY,GEMINI_MODEL" |