How do I expire a page once a form is submitted in symfony2?
Sometimes our users are using the back button and re-submit the form. I would like to inform them in case a form has already been submitted that they should not re-submit it.
Sometimes I see on web-pages that the session is expired (when i do online banking for example). when exactly should this be implemented? Would it be appropriate to have it in my situation?