Pergunta de entrevista da empresa Triad Marketing Services

how to set csrf token in codeigniter?

Resposta da entrevista

Sigiloso

21 de abr. de 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="" />