(php) how can I expire the previous page after any database transaction?
4 answers
To prevent users from re-filling forms with the Back button or refreshing the page, you must follow the Submit Redirect design pattern .
+2
a source to share
Just make the user stay on the same page throughout the entire process. So there is no page to go back at all.
They call it / Post / Redirect / Get . Very comfortably.
-1
a source to share