Link to home
Start Free TrialLog in
Avatar of scm0sml
scm0sml

asked on

stopping users getting back to the payment page

I'm looking for the common way in which to stop users getting back to the payment page.

Say for argumeny sake a successful payment occurs and the user is re-directed to the success page.

I'd like to be able to stop the user being able to get back to that same order page using the back button and re-submitting. I'm not interested in disabling the back button though....

Is there a common way of doing this?
Avatar of Roopesh Reddy
Roopesh Reddy
Flag of India image

Hi,

You may have to clear the history so that, if the user clicks on back button, it won't redirect to that page!

http://www.codeproject.com/Tips/135121/Browser-back-button-issue-after-logout

Hope it helps u...
ASKER CERTIFIED SOLUTION
Avatar of Alan Warren
Alan Warren
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial