First and foremost I would like to inform you that I am new to node js!
I have been asked to implement a simple application in node js. So, I have created a form that submits via POST method its data. When data are retrieved and processed I render another page in order to display some info regarding the submitted data and the results of the whole process.
My problem is that users are able to click the back button from the browser, load the submitted data again and re-press the submit button.
It sounds stupid but I'am stuck in here for days...
Thanks in advance.