Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I originally noticed this issue with IE 11. So I finally was able to download some browsers (bad internet speeds at the moment) and I tested the site in the latest version of Chrome, Firefox, an old version of Safari and Opera. Everything was working. So I went back to IE 11 and opened up Dev tools after signing into the account and changed the User agent string to IE <strong>10</strong>. I then started the Network Profiler and refreshed the page.</p> <p>Now here's the difference:</p> <p>In IE 11 with user agent string as Default (IE 11), I never, ever see any Cookies (I'm specifically looking for <code>.ASPXAUTH</code>. Not even after signing in.</p> <p>In IE 11 emulating as IE <strong>10</strong>, there is always a cookie when signed in to the account. And it's at this time where everything works as it should.</p> <p>So here's what I've learned so far (thanks everyone for reminding me about the cookies, they were delicious):</p> <p>Cannot remain signed into account or perform any account-related activities in IE 11. Can remain signed into account and perform account-related activities in IE 11 with user agent string IE <strong>10</strong>.</p> <p>So, I believe that I have narrowed it down a little. It is clearly related to IE 11. The reason I did not think to check for this in the beginning was because all of this code is server-side code - not client-side, and I've also since triple checked all of this code and matched it with code from the docs and it's how it should be.</p> <p>While I haven't solved the issue yet, I now know that it's only affecting IE 11 web browsers. Now, question remains, since it <em>was</em> working in IE 10 all the time, and still is, and works in every other browser; Is it my code, or is it really a browser issue?</p>
    singulars
    1. This table or related slice is empty.
    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.
    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