Welcome Guest, Not a member yet? Register   Sign In
CI Sessions and IE
#6

[eluser]the future darlo manager[/eluser]
Well I've found a solution which appeases the very stupid and utterly hopeless IE8. After a lot of reading....

Stick another header section near the foot of your page after the closing body tag.... so you get this.

Code:
</body>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
</head>

</html>

It works correctly now in IE6, IE7 and IE8. It was never an issue with Firefox, Chrome or Opera.

Guess I stick a conditional in there like I do with my style sheets so it doesn't appear for proper browsers. How stupid is this!


Messages In This Thread
CI Sessions and IE - by El Forum - 01-15-2010, 01:25 PM
CI Sessions and IE - by El Forum - 01-15-2010, 01:27 PM
CI Sessions and IE - by El Forum - 01-15-2010, 02:36 PM
CI Sessions and IE - by El Forum - 01-16-2010, 11:50 AM
CI Sessions and IE - by El Forum - 01-16-2010, 01:24 PM
CI Sessions and IE - by El Forum - 01-16-2010, 03:35 PM
CI Sessions and IE - by El Forum - 01-16-2010, 04:05 PM
CI Sessions and IE - by El Forum - 11-04-2010, 03:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB