.net 站点所有页面均使用 AspxAutoDetectCookieSupport 进行 302 重定向

发布于 2024-08-28 22:18:21 字数 1528 浏览 6 评论 0原文

首先声明一下,我确实看到了这篇文章: 如何删除 AspxAutoDetectCookieSupport 然而,它似乎解决了 url 问题,但没有 302 AspxAutoDetectCookieSupport 问题。 我还阅读了网络上有关此问题的几乎所有其他文章。 我真的需要一些帮助。

这是我的 web.config

<sessionState mode="InProc" cookieless="false" timeout="6600" />

<membership defaultProvider="MySqlMembershipProvider">
      <providers>
        <clear />
        <add connectionStringName="SimpleTickConnection" applicationName="TheaterSales" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="15" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" name="MySqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
      </providers>
    </membership>
    <anonymousIdentification enabled="true" cookieless="AutoDetect" cookieProtection="All" cookieRequireSSL="false" cookieSlidingExpiration="true" />

要复制问题: http://web-sniffer.net/ 并使用您的网址

替代文本 http://img28.imageshack.us/img28/8615/问题.gif

First let me say that I did see this article:
How to remove AspxAutoDetectCookieSupport
However it seems like it fixes the url issue, but not the 302 AspxAutoDetectCookieSupport issue.
I've also read just about every other article on the web about this issue.
I could really use some help here.

This is my web.config

<sessionState mode="InProc" cookieless="false" timeout="6600" />

<membership defaultProvider="MySqlMembershipProvider">
      <providers>
        <clear />
        <add connectionStringName="SimpleTickConnection" applicationName="TheaterSales" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="15" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression="" name="MySqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
      </providers>
    </membership>
    <anonymousIdentification enabled="true" cookieless="AutoDetect" cookieProtection="All" cookieRequireSSL="false" cookieSlidingExpiration="true" />

To replicate the issue:
http://web-sniffer.net/
and use your url

alt text http://img28.imageshack.us/img28/8615/issue.gif

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

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

发布评论

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

评论(1

自由如风 2024-09-04 22:18:21

好的,我研究了:anonymousIdentification

我删除了

cookieless="AutoDetect"

,现在对象移动错误消失了

Ok, I researched on: anonymousIdentification

I removed

cookieless="AutoDetect"

And now the object moved error went away

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