Note that there are some explanatory texts on larger screens.

plurals
  1. PO.net site all pages do a 302 redirect with AspxAutoDetectCookieSupport
    primarykey
    data
    text
    <p>First let me say that I did see this article: <a href="https://stackoverflow.com/questions/1045283/how-to-remove-aspxautodetectcookiesupport">How to remove AspxAutoDetectCookieSupport</a> However it seems like it fixes the url issue, but <strong>not</strong> 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.</p> <p>This is my web.config</p> <pre><code>&lt;sessionState mode="InProc" cookieless="false" timeout="6600" /&gt; &lt;membership defaultProvider="MySqlMembershipProvider"&gt; &lt;providers&gt; &lt;clear /&gt; &lt;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" /&gt; &lt;/providers&gt; &lt;/membership&gt; &lt;anonymousIdentification enabled="true" cookieless="AutoDetect" cookieProtection="All" cookieRequireSSL="false" cookieSlidingExpiration="true" /&gt; </code></pre> <p>To replicate the issue: <a href="http://web-sniffer.net/" rel="nofollow noreferrer">http://web-sniffer.net/</a> and use your url</p> <p><a href="http://img28.imageshack.us/img28/8615/issue.gif" rel="nofollow noreferrer">alt text http://img28.imageshack.us/img28/8615/issue.gif</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload