This commit is contained in:
KANE LAZENI 2026-04-21 01:54:54 +00:00
parent 92408af6ca
commit a076a8495b
2 changed files with 8 additions and 2 deletions

View File

@ -53,7 +53,6 @@ require_once 'Modele/Societeusercentral.php';
$_SESSION['codeSociete'] = $codeSociete;
$_SESSION['lang'] = $langue;
// $_SESSION['csrf_token_submieted'] = "";
$_SESSION['csrf_token_submieted'] = Csrf::generateToken();
$societeExiste = $this->societeusercentral->existeligneconnexion($codeSociete);

View File

@ -4,7 +4,14 @@
{
$msgErreur = 'Site en maintenance, veuillez vous reconnecter plus tard!';
}
echo session_save_path();
echo "<br>";
echo ini_get('session.gc_maxlifetime');
echo "<br>";
echo session_id();
echo "<br>";
var_dump($_SESSION['csrf_tokens']);
?>
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 12px; margin-bottom:10px;">