Hi,
I got a client which is website is under SSL only on the payment proccess. But he bought shared SSL so the actual domain is different (although I think its the same server).
So when a user is logged in at for example: www.mydomain.com/login.php and tries to buy something he redirected to https://secure20.livessl.com/mydomaincom/payment.php
Now the $_Session vars are not set, so I can't use it for the payment form.
I don't want to send these by GET METHOD or POST METHOD... Any ideas? Do I have to tell the client to buy private SSL ?
Thanks !