My problem with cookies articulated a little more clearly

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
voltrader
Forum Contributor
Posts: 223
Joined: Wed Jul 07, 2004 12:44 pm
Location: SF Bay Area

My problem with cookies articulated a little more clearly

Post 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?
Post Reply