Welcome Guest, Not a member yet? Register   Sign In
Tank Auth and IE7 - login gives me a 404 error
#2

[eluser]cmgmyr[/eluser]
Yeah, compatibility mode in IE does some pretty strange things. I was having a similar problem with this and switching between SSL and non-SSL. The site kept on making new sessions all over the place. I found out that compatibility mode seems to keep switching to different user agents. You can see this happening when you keep on checking the records in the session table.

The way that I battled this is to add:
Code:
<meta http-equiv="X-UA-Compatible" content="IE=8" />
to the header of my main html template. This forces that compatibility button to go away and the user is stuck in regular IE8 mode. There are other modes that you can use too, but this one seemed to work the best.

Hope that helps.


Messages In This Thread
Tank Auth and IE7 - login gives me a 404 error - by El Forum - 03-14-2011, 06:03 PM
Tank Auth and IE7 - login gives me a 404 error - by El Forum - 03-14-2011, 07:28 PM
Tank Auth and IE7 - login gives me a 404 error - by El Forum - 03-14-2011, 07:51 PM
Tank Auth and IE7 - login gives me a 404 error - by El Forum - 03-14-2011, 07:59 PM
Tank Auth and IE7 - login gives me a 404 error - by El Forum - 03-14-2011, 08:00 PM
Tank Auth and IE7 - login gives me a 404 error - by El Forum - 04-11-2011, 10:39 AM
Tank Auth and IE7 - login gives me a 404 error - by El Forum - 04-11-2011, 02:04 PM
Tank Auth and IE7 - login gives me a 404 error - by El Forum - 04-11-2011, 04:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB