I have a working user account creation and authentication system tested on Android. It uses HTTPClient POST requests against a PHP+MySQL server backend.
How can I add "Remember Me" functionality, so that when a checkbox is ticked at the authentication screen, the user won't have to enter their password the next time they open the app?
Is this done via cookies somehow? How are they stored on the phone? I couldn't find anything in the Titanium Mobile APIs.
I do plan to deploy to iPhone as well, FWIW.