Member
kenny
How to set csrf token in codeIgniter?
trycia.jones
Csrf is used to set the protection in CodeIgniter. To set csrf, you have to put the corresponding config value True.
1
Syntax: $config['csrf_protection'] = TRUE;