How to set csrf token in codeIgniter?

devquora
devquora

Posted On: Dec 21, 2020

 

Csrf is used to set the protection in CodeIgniter. To set csrf, you have to put the corresponding config value True.

Syntax: $config['csrf_protection'] = TRUE;

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    CodeIgniter Interview Questions

    How to check the version of CodeIgniter framework?

    How to check the version of CodeIgniter framework?..