Hello,
I already have a website running well, but in order to make it securer , I do this :
In config php, it comes $config['csrf_protection'] = FALSE;
I change to = TRUE , but that error happen
DataTables warning: table id=mytable - Ajax error. For more information about this error, please see http://datatables.net/tn/7
Is there something i must do when changing from false to true?
I already have a website running well, but in order to make it securer , I do this :
In config php, it comes $config['csrf_protection'] = FALSE;
I change to = TRUE , but that error happen
DataTables warning: table id=mytable - Ajax error. For more information about this error, please see http://datatables.net/tn/7
Is there something i must do when changing from false to true?

I am new in codeigniter and I will be very thankfull for all suggestions.
because I have followed the tutorial correctly but didn't know what was wrong?