I am writing a mobile phone app which will have anonymous access.
So the user only sees their own data, I want to write a number to a cookie, which will be read then used to retrieve the users own data.
How do I create the cookie and write to the cookie?
How do I read the cookie when the user access the App?
Nick.