I am using cakephp and security component for form and it is working well.
But I have a question, every time someone double click on the send button (for example when someone use a form that send data in my database) they are blackholed. Probably because cakephp think they are sending the data from the form 2 times in the database...
Someone knows how to fix this ? Maybe it is possible to disable this option.