Psytanium Posted December 2, 2020 Posted December 2, 2020 Hello, I have a problem, when a client choose to pay by credit card, and the website redirect him to the payment gateway CCAvenue, and he complete the payment, CCAvenue redirect him back to checkout_process.php At this point checkout_process.php redirect him to login page to login again. and the order is not processed and saved in the database and no emails sent (I checked the CCAvenue platform, payment received) SO the user will walk this path: Checkout_confirmation > CCAvenue > Checkout_process > Login IS it because some wrong settings regarding Cookies or sessions ? What should i fill in the config.php files ? I have the following : define( 'HTTP_COOKIE_DOMAIN', '' ); define( 'HTTPS_COOKIE_DOMAIN', '' ); define( 'HTTP_COOKIE_PATH', '' ); define( 'HTTPS_COOKIE_PATH', '' ); Thank you :)))
Psytanium Posted January 9, 2021 Author Posted January 9, 2021 Hello, I found that Google Chrome unregister all sessions when the customer is redirected to the payment page, this problem is happening on Google Chrome, while Firefox when the customer is redirected back to checkout_process, he will be logged in and redirected to checkout_success. Any idea why Google Chrome unregister the sessions whn the tab is closed ? All the best,
Recommended Posts
Archived
This topic is now archived and is closed to further replies.