I've run into a problem that I'm not sure how to fix. I'm creating a shopping cart in PHP from scratch and using Jag's shared SSL. We'll eventually get our own SSL, but for now we're stuck with this.
I've got no problems using sessions, but when I pass from our domain to the shared SSL, the session is lost, so I have to pass the session ID in the URL. This works ok. The big problem is that the merchant we're using needs to know the EXACT URL that is sending it the data. With the session ID added to the URL, we're in a sense passing a different URL every time and the merchant rejects the transaction.
Any ideas on how to deal with this aside from getting our own SSL?
Thanks,
Sam


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks