I am developing an Android app that needs to receive specific informations for each user.
I made an authentication using GET and POST methods. Now I have the cookie delivered by the server when the username and password are correct.
How do I store this data? I looked for but couldn't find the best way to store a session in Android.
How applications like Foursquare, Facebook for example keep the state of an user? How do they persist data?