How to Enable CSRF in CodeIgniter?
I am going to share how to Enable CSRF in CodeIgniter. In CodeIgniter, you can allow CSRF (Cross Site Request Forgery) security by setting in application/config/config.php file the option value below to TRUE. You can defend CodeIgniter from the attack of forgery from cross-site requests.