CodeIgniter Forums
Caching Registration Information till the person does the payment - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Caching Registration Information till the person does the payment (/showthread.php?tid=31577)



Caching Registration Information till the person does the payment - El Forum - 06-24-2010

[eluser]coldfire82[/eluser]
HI,

I think this question is both common and complex (based on site structure).

I have a long registration form and contains more than 50 fields. When I post the form, I read the values and store it in the table.

But, now my client has introduced the Registration Fee in the same form. SO, now after form sumbit, I redirect the user to payment server (which is a 3rd party payment server), after the payment is successfully done, I have to save the form information.

I tried to store it in session but, after returning from the 3rd party server, the sesison is lost/destroyed and I cannot access the form values.

What are the possible and recommended ways to get the information after wards.

-