This is a discussion on Sessions within the PHP General forums, part of the PHP Programming Forums category; Hi there, I want to pass a session id from a form to a third party payment system. I have ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi there,
I want to pass a session id from a form to a third party payment system. I have no need a of creating and maintaining sessions for the whole visit to the site. Do I just start the session on the form page and pass it as part of the query when the submit is pressed? Cheers Steven |