cancel
Showing results for 
Search instead for 
Did you mean: 

Session out after successful payment redirect !!!

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 ?

 

ashok
Member
1 ACCEPTED SOLUTION

Accepted Solutions

You can't. Not unless you restore it from a database.

Or you can pass your session data a merchant defined fields

View solution in original post

RaynorC1emen7
Expert
1 REPLY 1

You can't. Not unless you restore it from a database.

Or you can pass your session data a merchant defined fields

RaynorC1emen7
Expert