How to retain session when passing to a payment site?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anos atrás
Hi all.

I am having lot of trouble managing sessions when returning from a payment site.

Any ideas how i can achieve this?

www.cadeauduciel.com
14 anos atrás
You could try 1 of 2 things:

- store the user information in a cookie, and just retrieve that when they come back
- store the user information in the database, assuming there is some kind of identifier coming back
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.