I am working on an Ecommerce website using ASP.NET MVC where I am implementing a new payment method, and in this payment method the user flow goes something like this
Checkout -> Payment Provider site -> Processing page -> Checkout page/ Order confirmation page
Now, if the payment fails and the user is redirected back to the checkout page after the processing page and the user clicks the back button, he is redirected back to the processing page. Is there some way that we can handle and stop the user to visit the processing page again if he clicks back button