ASP.net 会话,与 NHibernate 交互
我有一个关于如何在用户访问期间保持当前 ASP.net/User 会话的问题。 保留当前 User 对象的最佳方法是什么?
目前我将它作为会话对象保留在 ASP.net 的会话管理中。 我确实有 Context.User.Identify.User 保留电子邮件地址/PK,但有更好的方法吗?
I have a question about how to keep the current ASP.net/User's session during the duration of a user's visit. What is the best way to keep the current User object?
Currently I am keeping it as a session object in the Session management in ASP.net. I do have Context.User.Identify.User keeping the email address/PK, but is there a better way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处概述了 hibernate 会话和事务管理。
会议。
There is an overview on hibernate session and transaction management here.
sessions.
Context.Items