finger = new Finger(); } public function index() { $this->genererVueAjax(); } public function verifiertentativeidentitification() { $user_id = $this->requete->getParametreFormulaire("user_id"); $nbTentative = $this->finger->verifier_tentative_identification($user_id); $_SESSION['p_nbTentative'] = $nbTentative; // $this->executerAction("index"); $this->genererVueAjax(array('nbTentative' => $nbTentative)); } }