Session Management in PhoneGap
I have a iphone application and am using Phonegap for developing the app.My application u开发者_运维知识库sing external DB for login.How i store user details after login (like session). Help is highly appreciated.
Thanks, Shihab.
Have a look at using the Storage or File APIs.
Alternatively, you could consider Lawnchair.
Depending on what you are wanting to store you could just use HTML 5 session storage (e.g. if its just the username).
精彩评论