Welcome Guest, Not a member yet? Register   Sign In
User login redirect problem in IE
#1

[eluser]Unknown[/eluser]
I have a simple login where the user submits their login credentials, everything is checked, and if their credentials are correct they are redirected to the members section. If the criteria fails the login screen is reloaded with an error message. I am using a simple redirect() in codeigniter which works fine in all my browsers except IE (what a shocker). I read it's a caching problem and they said to add this line
html4strict Code:
Code:
<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>

Which is what i did. For some reason the page just keeps refreshing every time i try to login. The really weird thing is when I use IE 8 on a windows machine it refreshes the page, but running parallels on my mac with the same windows 7 IE 8 setup, i DONT get the refresh problem. I used to have the problem on my parallels setup until i read that i should change ci_sessions to cisessions and that fixed it. But i still have the problem with multiple PC's running IE. Does anyone have the slightest clue as to what could be going on here?


Messages In This Thread
User login redirect problem in IE - by El Forum - 12-22-2010, 09:16 AM
User login redirect problem in IE - by El Forum - 12-22-2010, 09:37 PM
User login redirect problem in IE - by El Forum - 12-23-2010, 12:57 AM
User login redirect problem in IE - by El Forum - 12-23-2010, 08:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB