从典狱长或设计中获取会话 ID
我需要获取用户的会话 ID 并最好在模型中使用它。
要点如下:
1)我有一份提案清单。 2) 未注册用户可以创建提案,并且他们的会话 ID 会保存到他们中。 3)当用户注册或登录时,其会话ID应与提案相匹配。 4) 然后他们的用户 ID 也应该保存到提案中。
我曾考虑过重写 Devise 控制器或在 Rails 应用程序文件中使用 Warden 挂钩,但这些解决方案看起来很混乱。
I need to grab the session id for a user and use it preferably in a model.
Here's the gist:
1) I have a list of proposals.
2) Unregistered users can create proposals and their session id is saved to them.
3) When a user registers or logs in their session id should be matched with proposals.
4) Then their user id should be saved to the proposal as well.
I've thought about overriding Devise controllers or using Warden hooks within the rails application file but these solutions seem messy.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在控制器或视图中使用以下内容:
You can use the following in controllers or views: