Page 1 of 1

Saving session information after user has quit the app

Posted: Wed Jul 16, 2014 7:23 pm
by Erin Rasmussen

I'm wondering if it is possible to save information that a user has entered so that it is available the next time they use the app. My goal is that the user only has to log-in the first time they use the app so that every time after they won't need to re-enter the information


Saving session information after user has quit the app

Posted: Wed Jul 16, 2014 9:25 pm
by Kateryna Grynko

Hi Erin,

Yes, sure. You can use localStorage:
http://devcenter.appery.io/tutorials/...


Saving session information after user has quit the app

Posted: Wed Jul 16, 2014 9:49 pm
by Erin Rasmussen

Thank you! This is exactly what I needed