codeigniter csrf error on form submission
问题 I have a form using codeigniter brackets echo form_open('signup'); echo form_close(); and when i submit it i get the following error An Error Was Encountered The action you have requested is not allowed. NOT always but often... even when the hidden inputfield exist inside the form: <div style="display:none"> <input type="hidden" value="token name is here" name="csrf_token_name"> </div> this also happens on a similar form(signin) EDIT: html generated via form <form accept-charset="utf-8"