csrf protection not working What I did:
-
installed csrf-protector-php via composer

did even that

- an error occurs when submitting the form: "403 Access Forbidden by CSRFProtector!"
- the config.php file is located along the path \vendor\owasp\csrf-protector-php\libs, here is its content:

What am I doing wrong?