I have configured Cybersource as my payment gateway, I am able to navigate to cybersource and make a payment and able to redirect back to the site successfully. Also i am able to Cancel the payment and redirect back to my website.
Im getting the response from the payment gateway. But, user is getting logged out on redirecting back from the payment gateway.
- I'm using https website.
- Redirecting back to same URL (https).
Tho im able to re-login the user based on TransactionID. I want to make sure the user session is not lost and the user remain logged in.
Thank you in advance!