$_defaultConfig
$_defaultConfig : array
Default config for the CSRF handling.
cookieNameThe name of the cookie to send.expiryA strotime compatible value of how long the CSRF token should last. Defaults to browser session.secureWhether or not the cookie will be set with the Secure flag. Defaults to false.httpOnlyWhether or not the cookie will be set with the HttpOnly flag. Defaults to false.fieldThe form field to check. Changing this will also require configuring FormHelper.