Jquery Ajax call not working in Codeigniter

By | December 31, 2015

Ajax calls some times not working in codeigniter.

Solution for this is edit the config.php file and set the following value as False;
$config[‘csrf_protection’] = FALSE;