Mobile app version of vmapp.org
Login or Join
Marchetta884

: Why are users logged out when they toggle compatibility mode in IE? On the PeoplePerHour website, If a Internet Explorer user toggles the compatibility mode - they get logged out of the website!

@Marchetta884

Posted in: #InternetExplorer

On the PeoplePerHour website, If a Internet Explorer user toggles the compatibility mode - they get logged out of the website!

What are the possible reasons for this?

I was thinking perhaps the browser is clearing cookies and therefore the users session gets lost. Is this possible (seems unlikely!)?

Test environment: IE8 on Windows Vista.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Marchetta884

3 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay111

I am not sure the reason, but DisgruntledGoat's answer is probably correct.

To fix this, you may want to force compatibility mode by adding the following header tag.

<meta http-equiv="X-UA-Compatible" content="IE=7" />


This page has a good walkthrough.

10% popularity Vote Up Vote Down


 

@Yeniel560

It sounds like the session created by that web site is tied to the browser's user agent string, which will change as you switch modes in IE.

10% popularity Vote Up Vote Down


 

@Welton855

I just tested it myself by logging into yahoo.com and switching into compatibility mode and I was still logged in. I am running IE8 32 bit on Windows 7. Are you running windows XP or Vista?

Here is any easy way to test.


Go to Yahoo's login page (Microsoft's might work as well but Google won't let you switch).
Clear everything in your cache and open your cache folder.
Login to yahoo and clear all non-cookies. You should see your login cookie for yahoo then.
Switch to compatibility mode and see what happens.
If you do get logged out, check your cookies and see if the yahoo one is gone or has changed. If it hasn't and you are still logged out then login again and clear you cache of non-cookies again. You should be able to find the new cookie for yahoo and be able to compare it. If not then you know the cookie is getting dumped somewhere else and you should know the name of the cookie based off of the old one and you might be able to find in with a search.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme