I have created a CodeIgniter Web App with CCavenue Payment Gateway Integration. When the user clicks on the "ccavenue" button it takes us to the ccavenue payment gateway page. Case1: When the payment is done, it takes us back to the home page of the merchant website. This is fine. Case2: When the user clicks on "Cancel" on the ccavenue page, it takes us back to the page where "ccavenue" button is available. So far good! But when the user clicks the browser's back button, again we are landing in the ccavenue page (because that was our previous page). Now, the requirement is, it should not go back to the ccavenue page. Itstead it would go to the checkout page in the merchant's website
Thanks in advance!