Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论如何,是否有用于自动登录功能的缓存登录凭据。另外,我使用了 html5 和 jquery-mobile
一种选择,我们使用 html5 中的 localStorage 来保存我们的 webapps/phonegap 的访问凭证。在页面启动时,我们检查我们是否已登录,如果没有在后台将访问凭据发送到服务器并登录。所有这些都只有在用户启用“记住我”的情况下。
我们使用的是纯 javascript,因此 jquery 以及其他地方可能存在其他选项。
旁注,这应该被视为一种低安全性选项,具体取决于您保存到手机的方式/内容,任何可以实际掌握手机的人都可以提取凭据。