Page 1 of 1

My problem with cookies articulated a little more clearly

Posted: Tue Aug 10, 2004 12:05 am
by voltrader
I think I may be able to articulate the problem I'm having a little better after trying to work through it in the last several hours.

I have a script, billing.php/html, which requires data to be posted to a secure payment gateway at an outside domain.

I print_r($_COOKIE); at billing.php which shows all the variables I need in order to maintain session are available.

I print_r($_COOKIE); again after returning from the payment gateway, and all that is returned is about one out of 7 cookie values.

does POSTing to an outside domain https:// protocol erase cookies?