employer cover photo
employer logo
employer logo

Triad Marketing Services

Is this your company?

Triad Marketing Services interview question

how to set csrf token in codeigniter?

Interview Answer

Anonymous

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