how to set csrf token in codeigniter?
Anonymous
$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="" />
Check out your Company Bowl for anonymous work chats.