Wow, really ironic that you just posted this, as I was about to post a
thread on the exact same topic. I am trying to integrate with Paypal.
The paypal integration has gone pretty smooth, but when I use the
Paypal Express Checkout (when you pay for something with your paypal
account rather than a credit card), which I am currently redirecting
to with a header("Location:...") directive, I lose all my session
data.
Does anyone know if using a header() redirect causes the server to
start a new session? Of course, I could save a session id before I
redirect, but I don't think there is a way to recall a session by that
id. I am leaning towards putting all the relevant data into a database
table, which I really don't want to do, but it may be my only option.
Please let me know if you figure anything out here, I'll be sure to do
the same. Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---