Passing login details between pages in jQuery Mobile?
Posted
by
manraj82
on Stack Overflow
See other posts from Stack Overflow
or by manraj82
Published on 2012-06-12T10:33:54Z
Indexed on
2012/06/12
10:40 UTC
Read the original article
Hit count: 243
JavaScript
|jquery-mobile
I am a newbie to jQuery Mobile and trying to come with the best and scure way of passing login details between pages in jQuery Mobile.I did a quick search and found some solutions,
Solution 1 :Since its the same dom data can be accessed using plain old variables. Solution 2 :Use HTML5 sessionStorage
I have not found anymore solutions yet.If some one has successfully implemented this,could you please advise how I should go about doing this?
Thank You
© Stack Overflow or respective owner