My site uses a combo of sessions and get/post.
When user hits back button, it says “confirm you want to resubmit form” or a similar message, depending on the browser. Then the user has to also refresh the page.
How can I make it automatically resubmit form. I don’t want users seeing this message and getting stuck when they hit back.
I have PHP + HTML
you can use get method in post method resubmit message is appear and if you want to use post method then on server page use header such as
header('location:index.php')and change index page that you want.