https://naturmed.sismedsolution.com/index.php/preparacion/terapia/index Return to referer URL

PreparacionController :: terapia_index

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
busca_preparacion_type_new_unidad
[
  "unidad" => "1"
  "inicio" => "2026-03-05"
  "hasta" => "2026-03-05"
  "nombre" => ""
  "cedula" => ""
  "_token" => "c50ee4b1a6a0e76fbde9a679834.2q7c8Z_8-knGxCm0ch4MTK-AOkoCa-X38z2EqJlOB6M.s-iDuqmokBa__Xb9Ilo9IN7vUCVmWq26x2qy-sEmTsqbnqzA_ZeKGoCdHQ"
]

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\PreparacionController::terapia_index"
_firewall_context
"security.firewall.map.context.main"
_route
"preparacion_terapia_index"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"74c16c"

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"es,es-419;q=0.9"
cache-control
"max-age=0"
connection
"keep-alive"
content-length
"431"
content-type
"application/x-www-form-urlencoded"
cookie
"PHPSESSID=7evf42uh9auiaujdvel28lgo72"
dnt
"1"
host
"naturmed.sismedsolution.com"
origin
"https://naturmed.sismedsolution.com"
referer
"https://naturmed.sismedsolution.com/index.php/preparacion/terapia/index"
sec-ch-ua
""Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Android""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36"
x-php-ob-level
"1"

Request Content

Raw

busca_preparacion_type_new_unidad%5Bunidad%5D=1&busca_preparacion_type_new_unidad%5Binicio%5D=2026-03-05&busca_preparacion_type_new_unidad%5Bhasta%5D=2026-03-05&busca_preparacion_type_new_unidad%5Bnombre%5D=&busca_preparacion_type_new_unidad%5Bcedula%5D=&busca_preparacion_type_new_unidad%5B_token%5D=c50ee4b1a6a0e76fbde9a679834.2q7c8Z_8-knGxCm0ch4MTK-AOkoCa-X38z2EqJlOB6M.s-iDuqmokBa__Xb9Ilo9IN7vUCVmWq26x2qy-sEmTsqbnqzA_ZeKGoCdHQ

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 05 Mar 2026 20:38:46 GMT"
x-debug-token
"1cdefd"

Cookies

Request Cookies

Key Value
PHPSESSID
"7evf42uh9auiaujdvel28lgo72"

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Thu, 05 Mar 26 14:48:21 -0500"
Last used
"Thu, 05 Mar 26 15:38:31 -0500"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-busca_preparacion_type_new_unidad
"iF_K6Tj_y9_IPD1lqojod1HM4W6RXhIiA0p1bkpSFY4"
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#329
  #message: ""
  #code: 0
  #file: "/var/www/html/naturmed/sismed/src/Security/LoginFormAuthenticator.php"
  #line: 67
  #serialized: null
  -token: Symfony\Component\Security\Guard\Token\PreAuthenticationGuardToken {#104 …}
  trace: {
    /var/www/html/naturmed/sismed/src/Security/LoginFormAuthenticator.php:67 {
      session_start(array $options = []): bool …
      › if (!$this->csrfTokenManager->isTokenValid($token)) {\r    throw new InvalidCsrfTokenException();\r}\r
    }
    /var/www/html/naturmed/sismed/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:185 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /var/www/html/naturmed/sismed/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:352 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/html/naturmed/sismed/vendor/symfony/http-foundation/Session/Session.php:261 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
      › {    $bag = $this->storage->getBag($name);}
    /var/www/html/naturmed/sismed/vendor/symfony/http-foundation/Session/Session.php:283 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /var/www/html/naturmed/sismed/vendor/symfony/http-foundation/Session/Session.php:77 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, $default = null) …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /var/www/html/naturmed/sismed/vendor/symfony/security-http/Firewall/ContextListener.php:106 {
      Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event) …
      › $sessionId = $request->cookies->all()[$session->getName()] ?? null;$token = $session->get($this->sessionKey);}
    /var/www/html/naturmed/sismed/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /var/www/html/naturmed/sismed/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
      Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
      › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
    }
    /var/www/html/naturmed/sismed/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);}
    /var/www/html/naturmed/sismed/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:77 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
      › 
      ›     $listener($event);} else {
    }
    /var/www/html/naturmed/sismed/vendor/symfony/security-http/Firewall.php:92 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php:139 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/html/naturmed/sismed/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/html/naturmed/sismed/public/index.php:25 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
_security.last_username
"lchoez"
_security_main
"O:67:"Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken":2:{i:0;s:4:"main";i:1;a:5:{i:0;O:15:"App\Entity\User":27:{s:19:"\x00App\Entity\User\x00id";i:13;s:25:"\x00App\Entity\User\x00username";s:6:"lchoez";s:26:"\x00App\Entity\User\x00apellido1";s:5:"Choez";s:26:"\x00App\Entity\User\x00apellido2";N;s:24:"\x00App\Entity\User\x00nombre1";s:6:"Leslie";s:24:"\x00App\Entity\User\x00nombre2";N;s:22:"\x00App\Entity\User\x00roles";a:1:{i:0;s:15:"ROLE_ENFERMERIA";}s:25:"\x00App\Entity\User\x00password";s:60:"$2y$13$iF402/c5L7flTatr7F0jvuKb0YQzHqlopzH3BcB6h3vEllXTgWL5K";s:28:"\x00App\Entity\User\x00tipousuario";O:37:"Proxies\__CG__\App\Entity\TipoUsuario":12:{s:17:"__isInitialized__";b:0;s:26:"\x00App\Entity\TipoUsuario\x00id";i:4;s:30:"\x00App\Entity\TipoUsuario\x00nombre";N;s:30:"\x00App\Entity\TipoUsuario\x00estado";N;s:29:"\x00App\Entity\TipoUsuario\x00users";N;s:31:"\x00App\Entity\TipoUsuario\x00ip_crea";N;s:35:"\x00App\Entity\TipoUsuario\x00ip_modifica";N;s:33:"\x00App\Entity\TipoUsuario\x00user_crea";N;s:37:"\x00App\Entity\TipoUsuario\x00user_modifica";N;s:34:"\x00App\Entity\TipoUsuario\x00created_at";N;s:34:"\x00App\Entity\TipoUsuario\x00updated_at";N;s:29:"\x00App\Entity\TipoUsuario\x00roles";N;}s:9:"\x00*\x00cedula";s:6:"lchoez";s:26:"\x00App\Entity\User\x00pacientes";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:24:"\x00App\Entity\User\x00agendas";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:23:"\x00App\Entity\User\x00estado";b:1;s:27:"\x00App\Entity\User\x00logAgendas";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:24:"\x00App\Entity\User\x00recetas";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:22:"\x00App\Entity\User\x00firma";N;s:29:"\x00App\Entity\User\x00especialidad";N;s:29:"\x00App\Entity\User\x00examenOrdens";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:26:"\x00App\Entity\User\x00orden012s";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:31:"\x00App\Entity\User\x00planoCabeceras";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:26:"\x00App\Entity\User\x00epicrises";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:30:"\x00App\Entity\User\x00labProtocolos";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:29:"\x00App\Entity\User\x00cod_senescyt";N;s:23:"\x00App\Entity\User\x00titulo";N;s:29:"\x00App\Entity\User\x00titulo_abrev";N;s:22:"\x00App\Entity\User\x00color";N;s:19:"\x00App\Entity\User\x00dr";s:5:"LCDA.";}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:15:"ROLE_ENFERMERIA";i:1;s:9:"ROLE_USER";}}}"
fecha
DateTime @1772686800 {#4330
  date: 2026-03-05 00:00:00.0 America/Guayaquil (-05:00)
}
fecha_hasta
DateTime @1772686800 {#4332
  date: 2026-03-05 00:00:00.0 America/Guayaquil (-05:00)
}
fecha_pos
"2026-03-05"

Session Usage

7 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 87
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 77
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 110
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 33
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Form.php"
    "line" => 568
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 110
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Form.php"
    "line" => 503
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/src/Controller/PreparacionController.php"
    "line" => 428
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "terapia_index"
    "class" => "App\Controller\PreparacionController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:71
[
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 71
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 114
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 33
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Form.php"
    "line" => 568
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 110
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Form.php"
    "line" => 503
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/src/Controller/PreparacionController.php"
    "line" => 428
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "terapia_index"
    "class" => "App\Controller\PreparacionController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:75
[
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 75
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 114
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Extension/Csrf/EventListener/CsrfValidationListener.php"
    "line" => 65
    "function" => "isTokenValid"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "preSubmit"
    "class" => "Symfony\Component\Form\Extension\Csrf\EventListener\CsrfValidationListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php"
    "line" => 33
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Form.php"
    "line" => 568
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\ImmutableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php"
    "line" => 110
    "function" => "submit"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/form/Form.php"
    "line" => 503
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/src/Controller/PreparacionController.php"
    "line" => 428
    "function" => "handleRequest"
    "class" => "Symfony\Component\Form\Form"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "terapia_index"
    "class" => "App\Controller\PreparacionController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Controller\PreparacionController:456
[
  [
    "file" => "/var/www/html/naturmed/sismed/src/Controller/PreparacionController.php"
    "line" => 456
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "terapia_index"
    "class" => "App\Controller\PreparacionController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Controller\PreparacionController:457
[
  [
    "file" => "/var/www/html/naturmed/sismed/src/Controller/PreparacionController.php"
    "line" => 457
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "terapia_index"
    "class" => "App\Controller\PreparacionController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:198
[
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 198
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/naturmed/sismed/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"13c6f39c84cf257648fcb1ead4944df4"
DATABASE_URL
"mysql://umedmi:Estefania()2023@127.0.0.1:3306/nmed"
JWT_PASSPHRASE
"V1ct0R#ug0T0ur12"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"431"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/naturmed/sismed/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/naturmed/sismed/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/usr/share/httpd"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"es,es-419;q=0.9"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=7evf42uh9auiaujdvel28lgo72"
HTTP_DNT
"1"
HTTP_HOST
"naturmed.sismedsolution.com"
HTTP_ORIGIN
"https://naturmed.sismedsolution.com"
HTTP_REFERER
"https://naturmed.sismedsolution.com/index.php/preparacion/terapia/index"
HTTP_SEC_CH_UA
""Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Android""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PATH_INFO
"/preparacion/terapia/index"
PATH_TRANSLATED
"redirect:/index.php/terapia/index"
PHP_SELF
"/index.php/preparacion/terapia/index"
QUERY_STRING
""
REMOTE_ADDR
"181.199.116.82"
REMOTE_PORT
"35956"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1772743125
REQUEST_TIME_FLOAT
1772743125.5537
REQUEST_URI
"/index.php/preparacion/terapia/index"
SCRIPT_FILENAME
"/var/www/html/naturmed/sismed/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"5.161.110.167"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"naturmed.sismedsolution.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.37 (CentOS Stream) OpenSSL/1.1.1k"
SSL_TLS_SNI
"naturmed.sismedsolution.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,JWT_PASSPHRASE"
UNIQUE_ID
"aanp1fXy9MgFVlF0Cwk9twAAANg"
USER
"apache"
proxy-nokeepalive
"1"