Click to See Complete Forum and Search --> : sessions and ssl


esthera
08-28-2005, 03:01 AM
I have a checkout script.
For the last page collecting cc info it goes to a secure server for the payment.
Is there anyway of passing all session variables to that server so that I don't lose all teh values that are in sessions?

What's the alternative?

Richard Conyard
08-28-2005, 04:31 AM
post the data to the secure server through a form. Alternatively if you've too much data then hold the session data in a database and relink on the other side with a post.