[PHP] Can't maintain session across domains

2004-09-18 Thread Brian Dunning
I'm hosting on PowWeb where you have a different domain for SSL pages. I'm trying to pass the user from the www.mydomain.com pages to the mydomain.secure.powweb.com pages to complete a credit card transaction, so I pass sid=xx as a GET param on the link that jumps them to the new domain.

Re: [PHP] Can't maintain session across domains

2004-09-18 Thread Marek Kilimajer
Brian Dunning wrote: I'm hosting on PowWeb where you have a different domain for SSL pages. I'm trying to pass the user from the www.mydomain.com pages to the mydomain.secure.powweb.com pages to complete a credit card transaction, so I pass sid=xx as a GET param on the link that jumps them