View Single Post
02-21-2006, 04:43 PM
#3
patrickPaul is offline patrickPaul
Status:
Join date: Dec 2004
Location: California, US
Expertise:
Software:
 
Posts: 406
iTrader: 1 / 100%
 

patrickPaul is on a distinguished road

Send a message via AIM to patrickPaul Send a message via MSN to patrickPaul Send a message via Yahoo to patrickPaul

  Old

Schroder,

There is no secure way to send such data, as all return links will have to put it through $_GET. I would suggest using cookies and use a verification so set the return link in the Paypal form to return.php?verify=j125as7 (And check that it matches the cookie before extracting the other cookie data).

However, please keep in mind that not all browsers accept cookies. What specific issues were you having with using sessions? I don't see a reason why it wouldn't work...

Regards,
Patrick