使用会话自定义 RoleProvider

发布于 2024-08-04 23:11:41 字数 248 浏览 4 评论 0 原文

我正在考虑使用自定义 MembershipProvider / RoleProviders。

不幸的是,我们当前拥有的安全层需要设置一些会话内容。因此,当调用 IsUserInRole() 方法时,Session 对象始终为 null,因为 Session 内容已全部预填充。

关于如何解决这个问题并保留使用我们拥有的基于会话的安全模型有什么建议吗?

(不是我写的,我必须使用它)。

一如既往,我们非常感谢任何帮助。

I was considering using the custom MembershipProvider / RoleProviders.

Unfortunately, the security layer we currently have requires some session stuff being set. So, when the IsUserInRole() method is called, the Session object is always null, due to the Session stuff being all prepopulated.

Any suggestions on how I would be able to work around this, and retain the use of the Session based security model we have?

(I didn't write it, and I have got to use it).

Any help greatly appreciated as always.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦萦几度 2024-08-11 23:11:41

可能需要一些代码。

几乎可以肯定您需要对会话进行读取访问,因为听起来好像保留了一些授权标志?

这可能会为您排除这种情况,请阅读此论坛,注意ScottGu 的回答

Might need some code on this.

It's almost certain you will need read access to your session as it sounds like some authorisation flag is kept there?

This might rule this out for you, have a read of this forum, note ScottGu's answers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文