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

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