Server config causing CSRF triggers |
OK, I finally found the source of the incompatibility with CodeIgniter's CSRF. In php.ini if
Code: suhosin.cookie.encrypt = On Unsafe Comment out Code: suhosin.cookie.encrypt = On Safe Create the line Code: suhosin.cookie.plainlist = [insert csrf cookie name from config.php] |
Welcome Guest, Not a member yet? Register Sign In |