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.
我有使用带有 PHP 后端 MySQL 的 jQuery mobile 的登录表单。现在,我如何维护个人用户的会话。谢谢,拉杰。
我会检查这篇文章以便为 PHP 设置会话。基本上,您将用户名和密码发送到服务器,然后获取会话 ID,并将其存储在 cookie 中(请参阅这篇关于javascript 会话的帖子)。
问候,莫雷诺。