employer cover photo
employer logo
employer logo

Triad Marketing Services

Questa è la tua azienda?

Domanda di colloquio di Triad Marketing Services

how to set csrf token in codeigniter?

Risposta di colloquio

Anonimo

21 apr 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="" />