a
This commit is contained in:
parent
92408af6ca
commit
a076a8495b
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user