数据库层的ValidateUser()方法会设置cookie吗?

发布于 2024-08-09 06:18:15 字数 101 浏览 2 评论 0原文

我希望与数据库的所有交互都发生在数据库层上。因此,当使用会员 API 的 ValidateUser() 方法时,我会调用它。这会设置cookie还是需要在ui层调用它才能设置cookie?

I want all interaction with the db to occur on the db layer. So, when using the membership API's ValidateUser() method, I call down to it. Will this set the cookie or does it need to be called in the ui layer for a cookie to be set?

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

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

发布评论

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

评论(1

伴随着你 2024-08-16 06:18:15

它需要在生成响应的地方完成,通常在页面类中。

所以它在数据库层不起作用。

It needs to be done somewhere where the Response is generated, which is generally in a page class.

So it won't work in a DB layer.

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