CecileV
Results
2
comments of
CecileV
Hi ! I've found a solution that works for me ! Edit the file`\vendor\symfony\security-csrf\TokenStorage\SessionTokenStorage.php` Replace every `if (!$this->session->isStarted())` by `if (!$this->session->isStarted() && session_status() === PHP_SESSION_NONE )`