I enabled the csrf_protection option in codeigniter\'s config file, and used form_open() function to create my forms. But when I submit the form, this error occurs:
The problem solved by this Solution:
set $config['cookie_secure'] in config file to FALSE if you're using HTTP.
$config['cookie_secure']