[eluser]derekmichaeljohnson[/eluser]
Users of one of our CI apps have been experiencing a strange phenomenon lately, where they submit a form ONCE, and yet the form data is inserted into the database 2 or 3 times (via $this->db->insert()). It is as if the server is processing the request multiple times.
We've taken every precaution necessary on the frontend to disable double-clicking the form submit button, so we know that isn't the issue. And it is doesn't happen all the time, maybe only 1 out of 25 times (I personally cannot replicate the issue).
Does this ring any bells for anyone? And can you recommend a fix?