开发者

Session Management in PhoneGap

开发者 https://www.devze.com 2023-01-31 06:24 出处:网络
I have a iphone application and am using Phonegap for developing the app.My applicationu开发者_运维知识库sing external DB for login.How i store user details after login (like session).

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消