I have an e-commerce site that works with Verisign's Payflow Link and the problem is when a customer has entered the payflowlink terminal, but presses the back button on the browser, the amount information is lost, and they don't get charged for the order.
The order information is passed from the site to the verisign server via a post.
How can I stop the cutsomer from going back to the website.
I tried using the HTTP_REFERER to say if the request comes from verisign then to redirect back to verisign, but the HTTP_REFERER reflects the previous page on the website rather than the verisign page, so that is no good.
thanks for your help
The order information is passed from the site to the verisign server via a post.
How can I stop the cutsomer from going back to the website.
I tried using the HTTP_REFERER to say if the request comes from verisign then to redirect back to verisign, but the HTTP_REFERER reflects the previous page on the website rather than the verisign page, so that is no good.
thanks for your help