AjaxPro HttpSessionStateRequirement 的含义/后果是什么?

发布于 2024-09-09 03:20:57 字数 85 浏览 3 评论 0原文

我知道不同的选项(无、读写、读取)及其含义,但还有其他含义吗?例如,与 None 相比,ReadWrite 是否会降低性能?还有其他后果或需要记住的事情吗?

I know the different options (None, ReadWrite, Read) and what they mean, but are there any other implications? Does ReadWrite take a performance hit compared to None, for example? Are there other consequences, or things to keep in mind?

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

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

发布评论

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

评论(1

長街聽風 2024-09-16 03:20:57

我给 AjaxPro 的编写者 Michael Schwarz 发了电子邮件,得到了以下回复:

嗯,添加这个的主要原因
属性是为了摆脱阻塞
http 请求。如果您正在访问
会话状态变量分为两个
请求第二个需要等待
直到第一个完成。自从
我已经添加了这个属性值I
总是使用
HttpSessionStateRequirement.None。

更多详情请参见:

I emailed Michael Schwarz, who wrote AjaxPro, and got the following reply:

Well, the main reason for adding this
attribute was to get rid of blocking
http requests. If you are accessing
session state variables in two
requests the 2nd one will need to wait
until the first one is finished. Since
I have added this attribute value I
always use
HttpSessionStateRequirement.None.

For more details see:

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