0 votes
in CodeIgniter by
How Do You Enable CRSF in Codeigniter ?

1 Answer

0 votes
by

To enable CRSF the user must follow these steps application/config/config.php file and setting it to $config [ ‘csrf_protection’] = TRUE;

Related questions

0 votes
asked Dec 28, 2020 in CodeIgniter by SakshiSharma
0 votes
asked Dec 30, 2020 in CodeIgniter by SakshiSharma
...