I have an iphone app that sends and retrieves data from a php script.
I would like to connect to that script once, save some data into a $_SESSION variable. Then on subsequent calls be able to retrieve the content of that $_SESSION vars.
Is this possible?
Thanks