Hi All
I don’t know a massive amount about sessions but I know a bit to get by.
I have a CMS shopping cart and it stores all the sales information in a session.
Currently you shop, check out, go to PayPal and then when you return to the website the database gets updated with the sale using a couple of functions and the session information.
This doesn’t work very well because if the person does not return to the website the sale information is lost.
I am setting up the PayPal IPN option. This means that the PayPal server talks to a file on my server and if the transaction is successful I can perform whatever functions I want.
I have all the PayPal stuff and everything working correctly except the database updating function.
Therefore my question is…
if I have everything stored in a session on the website and then go off to another website; PayPal; and it calls a file that is on my website (server) can I use the session information within that file?
Hope this makes sense and any help would be great.
Many Thanks
mrmbarnes