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?
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.
Bookmarks