employer cover photo
employer logo
employer logo

Triad Marketing Services

Est-ce votre entreprise ?

Question d’entretien chez Triad Marketing Services

how to set csrf token in codeigniter?

Réponse à la question d'entretien

Utilisateur anonyme

21 avr. 2017

$config['csrf_protection'] = TRUE; in configuration file use these commands in form $csrf = array( 'name' => $this->security->get_csrf_token_name(), 'hash' => $this->security->get_csrf_hash() ); ... " value="" />