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.
任何人都可以给出一个示例或链接到教程如何为用户实现手动登录并获取 session_id。
我正在将一个应用程序从 Rails 2 移植到 Rails 3,它在 RestAuthentication 之前使用。新应用程序使用设计,我已经设法修复了管理员的登录/注销。该应用程序还有一个模型(用户)需要进行身份验证。
我需要获取 session_id 才能在响应中传递它,因为客户端不是浏览器,而是移动设备。
欢迎任何链接、想法和示例。提前致谢!
我使用令牌 ID 而不是会话 ID。每次会话过期或用户注销时都会重新生成令牌。