I want to get some user info using a html form, After submission, the user input is stored in a session and the user is redirected to paypal to perform payment operation. After the payment validation, the user will be redirected again to the website and the input will be stored in a database table.
The problem is : session variables are lost after the redirection to the website.
Any one for help?
Thank you.