Re: [PHP] Session to Secure Form

2003-06-03 Thread Marek Kilimajer
If you can access the session data on the other domain, pass the session id as a hidden form field. Ralph wrote: I'm setting up a payment form on same server but different domain name, and I need to pass the customers id that I have stored in a session so that I can use it on the secure form to q

[PHP] Session to Secure Form

2003-06-03 Thread Ralph
I'm setting up a payment form on same server but different domain name, and I need to pass the customers id that I have stored in a session so that I can use it on the secure form to query the database for the customers order. What would be the best way for me to go about this? -- PHP General