On Fri, Oct 26, 2012 at 8:49 AM, John Boy <service@xxxxxxxxxxxxxxxxxxx>wrote: > Hi > > I have a wesite where PHP session data is passed page to page then shells > out to Paypal for payment then back to my website for completion of > transaction and update of mysql file. When using Firefox our session data > and POST data from Paypal is lost. This has happend only recently and has > worked happily in the past. Works in other browsers too. Anyone heard of > same problems? > > mywebpage -> session data->mywebpage2->session data->paypal page->POST data > + session data->mywebpage3 > > -- > Johniboy > Just a thought - does this depend on using third party cookies between your site and PayPal? If so, do you have them disabled in Firefox? Andrew