POST https://ufrseg.logicielspourtous.com/public/comptabilite/niveau/etudiant/attente_validation

NiveauEtudiantController :: indexPreinscription

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
_dt
"dt_app_comptabilite_niveau_etudiant_preinscriptionattente_validation"
_init
"true"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\Comptabilite\NiveauEtudiantController::indexPreinscription"
_firewall_context
"security.firewall.map.context.main"
_route
"app_comptabilite_niveau_etudiant_preinscription_index"
_route_params
[
  "etat" => "attente_validation"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"30a439"
etat
"attente_validation"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
connection
"keep-alive"
content-length
"83"
content-type
"application/x-www-form-urlencoded; charset=UTF-8"
cookie
"PHPSESSID=ehv861vdb2v2tvf6jbhjd4dhu5"
host
"ufrseg.logicielspourtous.com"
origin
"https://ufrseg.logicielspourtous.com"
referer
"https://ufrseg.logicielspourtous.com/public/workflow/etudiant"
sec-ch-ua
""Not)A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
x-php-ob-level
"1"
x-requested-with
"XMLHttpRequest"

Request Content

Raw

_dt=dt_app_comptabilite_niveau_etudiant_preinscriptionattente_validation&_init=true

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Thu, 07 Aug 2025 20:57:37 GMT"
x-debug-token
"56d72f"

Cookies

Request Cookies

Key Value
PHPSESSID
"ehv861vdb2v2tvf6jbhjd4dhu5"

Response Cookies

No response cookies

Session 3

Session Metadata

Key Value
Created
"Thu, 07 Aug 25 20:16:19 +0000"
Last used
"Thu, 07 Aug 25 20:57:36 +0000"
Lifetime
3600

Session Attributes

Attribute Value
_csrf/https-etudiant
"Fpu_H5mL9wPMkbAKvPN77IEyFRIy3fv7Lk8AqDdONEk"
_csrf/https-register
"lastkJem_CErWxsPWVhnrmT1xcPAN7N0anL-xm5JDpc"
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#106
  #message: "Invalid CSRF token."
  #code: 0
  #file: "/var/www/clients/client0/web3/web/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
  #line: 51
  #serialized: null
  -token: null
  trace: {
    /var/www/clients/client0/web3/web/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php:51 {
      session_start(array $options = []): bool …
      › if (false === $this->csrfTokenManager->isTokenValid($csrfToken)) {    throw new InvalidCsrfTokenException('Invalid CSRF token.');}
    }
    /var/www/clients/client0/web3/web/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:172 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /var/www/clients/client0/web3/web/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:311 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /var/www/clients/client0/web3/web/vendor/symfony/http-foundation/Session/Session.php:222 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);}
    /var/www/clients/client0/web3/web/vendor/symfony/http-foundation/Session/Session.php:242 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /var/www/clients/client0/web3/web/vendor/symfony/http-foundation/Session/Session.php:69 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, mixed $default = null): mixed …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /var/www/clients/client0/web3/web/vendor/symfony/security-http/Firewall/ContextListener.php:98 {
      Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
      › $sessionId = $request->cookies->all()[$session->getName()] ?? null;$token = $session->get($this->sessionKey);}
    /var/www/clients/client0/web3/web/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /var/www/clients/client0/web3/web/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/clients/client0/web3/web/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke(RequestEvent $event) …
      › foreach ($listeners as $listener) {    $listener($event);}
    /var/www/clients/client0/web3/web/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › 
      ›     $listener($event);} else {
    }
    /var/www/clients/client0/web3/web/vendor/symfony/security-http/Firewall.php:95 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
    }
    /var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/clients/client0/web3/web/vendor/symfony/http-kernel/HttpKernel.php:157 {
      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/clients/client0/web3/web/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/clients/client0/web3/web/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/clients/client0/web3/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/clients/client0/web3/web/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/clients/client0/web3/web/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/clients/client0/web3/web/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
"kwaminanfranckeric@gmail.com"
_security_main
"O:75:"Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken":2:{i:0;s:4:"main";i:1;a:5:{i:0;O:22:"App\Entity\Utilisateur":11:{s:26:"\x00App\Entity\Utilisateur\x00id";i:1429;s:32:"\x00App\Entity\Utilisateur\x00username";s:28:"kwaminanfranckeric@gmail.com";s:29:"\x00App\Entity\Utilisateur\x00roles";a:1:{i:0;s:13:"ROLE_ETUDIANT";}s:34:"\x00App\Entity\Utilisateur\x00resetToken";s:43:"PwSbPQKXn__guL2r4SAdFHJ4n81a5yp5j6_cszUKHqc";s:32:"\x00App\Entity\Utilisateur\x00password";s:60:"$2y$13$.mPlGEqJNNzrLpnm2ir.EuODVjp.NiK9phIX/X0Dl8GU/N/7BmNn2";s:37:"\x00App\Entity\Utilisateur\x00plainPassword";N;s:32:"\x00App\Entity\Utilisateur\x00personne";O:19:"App\Entity\Etudiant":52:{s:23:"\x00App\Entity\Personne\x00id";i:1539;s:24:"\x00App\Entity\Personne\x00nom";s:8:"KWAMINAN";s:27:"\x00App\Entity\Personne\x00prenom";s:26:" Natchia Alain-Franck Eric";s:34:"\x00App\Entity\Personne\x00dateNaissance";O:8:"DateTime":3:{s:4:"date";s:26:"2004-08-18 00:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:34:"\x00App\Entity\Personne\x00lieuNaissance";s:27:"Abidjan Marcory (Avicennes)";s:26:"\x00App\Entity\Personne\x00genre";O:31:"Proxies\__CG__\App\Entity\Genre":1:{s:20:"\x00App\Entity\Genre\x00id";i:1;}s:29:"\x00App\Entity\Personne\x00civilite";N;s:29:"\x00App\Entity\Personne\x00fonction";O:34:"Proxies\__CG__\App\Entity\Fonction":1:{s:23:"\x00App\Entity\Fonction\x00id";i:2;}s:32:"\x00App\Entity\Personne\x00utilisateur";r:4;s:26:"\x00App\Entity\Personne\x00email";s:28:"kwaminanfranckeric@gmail.com";s:28:"\x00App\Entity\Personne\x00contact";s:10:"0101409003";s:36:"\x00App\Entity\Etudiant\x00niveauEtudiants";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:28:"\x00App\Entity\Etudiant\x00filiere";N;s:36:"\x00App\Entity\Etudiant\x00preinscriptions";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:33:"\x00App\Entity\Etudiant\x00inscriptions";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\Etudiant\x00ville";s:12:"Grand Bassam";s:28:"\x00App\Entity\Etudiant\x00adresse";s:11:"Belle ville";s:26:"\x00App\Entity\Etudiant\x00boite";s:19:"BP 773,grand Bassam";s:24:"\x00App\Entity\Etudiant\x00fax";N;s:30:"\x00App\Entity\Etudiant\x00employeur";b:0;s:29:"\x00App\Entity\Etudiant\x00bailleur";b:0;s:27:"\x00App\Entity\Etudiant\x00parent";b:1;s:26:"\x00App\Entity\Etudiant\x00autre";N;s:26:"\x00App\Entity\Etudiant\x00radio";b:0;s:27:"\x00App\Entity\Etudiant\x00presse";b:0;s:28:"\x00App\Entity\Etudiant\x00affiche";b:0;s:30:"\x00App\Entity\Etudiant\x00ministere";b:0;s:28:"\x00App\Entity\Etudiant\x00mailing";b:0;s:28:"\x00App\Entity\Etudiant\x00siteWeb";b:0;s:29:"\x00App\Entity\Etudiant\x00vousMeme";b:0;s:31:"\x00App\Entity\Etudiant\x00professeur";b:0;s:32:"\x00App\Entity\Etudiant\x00amiCollegue";b:1;s:35:"\x00App\Entity\Etudiant\x00autreExistence";N;s:25:"\x00App\Entity\Etudiant\x00pays";O:30:"Proxies\__CG__\App\Entity\Pays":1:{s:19:"\x00App\Entity\Pays\x00id";i:57;}s:25:"\x00App\Entity\Etudiant\x00etat";s:8:"complete";s:30:"\x00App\Entity\Etudiant\x00documents";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:41:"\x00App\Entity\Etudiant\x00cursusUniversitaires";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:41:"\x00App\Entity\Etudiant\x00cursusProfessionnels";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:27:"\x00App\Entity\Etudiant\x00stages";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:34:"\x00App\Entity\Etudiant\x00infoEtudiants";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\Etudiant\x00notes";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:36:"\x00App\Entity\Etudiant\x00moyenneMatieres";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:35:"\x00App\Entity\Etudiant\x00numeroWhatsapp";s:10:"0101409003";s:34:"\x00App\Entity\Etudiant\x00statutTravail";s:3:"non";s:28:"\x00App\Entity\Etudiant\x00travail";N;s:35:"\x00App\Entity\Etudiant\x00statutEtudiant";s:3:"oui";s:36:"\x00App\Entity\Etudiant\x00blocEcheanciers";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:32:"\x00App\Entity\Etudiant\x00nationalite";O:37:"Proxies\__CG__\App\Entity\Nationalite":1:{s:26:"\x00App\Entity\Nationalite\x00id";i:1;}s:31:"\x00App\Entity\Etudiant\x00encartBacs";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:37:"\x00App\Entity\Etudiant\x00ligneRattrapages";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:36:"\x00App\Entity\Etudiant\x00decisionResumes";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:36:"\x00App\Entity\Etudiant\x00decisionExamens";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:42:"\x00App\Entity\Utilisateur\x00utilisateurGroupes";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\Utilisateur\x00email";s:28:"kwaminanfranckeric@gmail.com";s:40:"\x00App\Entity\Utilisateur\x00infoInscriptions";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:33:"\x00App\Entity\Utilisateur\x00decisions";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;}}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:13:"ROLE_ETUDIANT";i:1;s:9:"ROLE_USER";}}}"
anneeScolaire
App\Entity\AnneeScolaire {#241
  -id: 11
  -libelle: "2025-2026"
  -dateDebut: DateTime @1767225600 {#124
    date: 2026-01-01 00:00:00.0 UTC (+00:00)
  }
  -dateFin: DateTime @1798675200 {#119
    date: 2026-12-31 00:00:00.0 UTC (+00:00)
  }
  -semestres: Doctrine\ORM\PersistentCollection {#123 …}
  -cours: Doctrine\ORM\PersistentCollection {#116 …}
  -actif: true
  -verrou: false
  -classes: Doctrine\ORM\PersistentCollection {#114 …}
  -controles: Doctrine\ORM\PersistentCollection {#112 …}
  -promotions: Doctrine\ORM\PersistentCollection {#110 …}
  -niveaux: Doctrine\ORM\PersistentCollection {#108 …}
  -numero: 3
}

Session Usage

3 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 64
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 111
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/clients/client0/web3/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
App\Controller\Comptabilite\NiveauEtudiantController:328
[
  [
    "file" => "/var/www/clients/client0/web3/web/src/Controller/Comptabilite/NiveauEtudiantController.php"
    "line" => 328
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 181
    "function" => "indexPreinscription"
    "class" => "App\Controller\Comptabilite\NiveauEtudiantController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/clients/client0/web3/web/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:174
[
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 174
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/clients/client0/web3/web/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/clients/client0/web3/web/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
"5e1a8c2ffc35220f0b1548c4c4661284"
DATABASE_URL
"mysql://root:S1b5Z7N8V2Z0X5X@31.207.35.123:3306/db_ufr-seg"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
BASE
"/public"
CONTENT_LENGTH
"83"
CONTENT_TYPE
"application/x-www-form-urlencoded; charset=UTF-8"
CONTEXT_DOCUMENT_ROOT
"/var/www/clients/client0/web3/web"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/clients/client0/web3/web"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/clients/client0/web3"
HOSTNAME
""
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=ehv861vdb2v2tvf6jbhjd4dhu5"
HTTP_HOST
"ufrseg.logicielspourtous.com"
HTTP_ORIGIN
"https://ufrseg.logicielspourtous.com"
HTTP_REFERER
"https://ufrseg.logicielspourtous.com/public/workflow/etudiant"
HTTP_SEC_CH_UA
""Not)A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138""
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_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36"
HTTP_X_REQUESTED_WITH
"XMLHttpRequest"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_BASE
"/public"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"ufrseg.logicielspourtous.com"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/comptabilite/niveau/etudiant/attente_validation"
REMOTE_ADDR
"154.68.28.71"
REMOTE_PORT
"50978"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1754600256
REQUEST_TIME_FLOAT
1754600256.7129
REQUEST_URI
"/public/comptabilite/niveau/etudiant/attente_validation"
SCRIPT_FILENAME
"/var/www/clients/client0/web3/web/public/index.php"
SCRIPT_NAME
"/public/index.php"
SERVER_ADDR
"185.98.138.37"
SERVER_ADMIN
"webmaster@ufrseg.logicielspourtous.com"
SERVER_NAME
"ufrseg.logicielspourtous.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"ufrseg.logicielspourtous.com"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,MAILER_DSN,DATABASE_URL"
TEMP
"/var/www/clients/client0/web3/tmp"
TMP
"/var/www/clients/client0/web3/tmp"
TMPDIR
"/var/www/clients/client0/web3/tmp"
USER
"web3"
proxy-nokeepalive
"1"