Hello
I have integrated the SIM method in Codeigniter website.
After making the payment, the control goes to x_relay_url link, ie in our website. But the problem is we have set lot of values in session, but after the payment redirect, session is out and creating a new session.
How to keep the old session ?
Solved! Go to Solution.
02-13-2013 09:42 PM - edited 02-13-2013 09:49 PM
You can't. Not unless you restore it from a database.
Or you can pass your session data a merchant defined fields
02-14-2013 04:30 AM
You can't. Not unless you restore it from a database.
Or you can pass your session data a merchant defined fields
02-14-2013 04:30 AM