CodeIgniter Forums
Can't Loging with Freakauth in IE - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Can't Loging with Freakauth in IE (/showthread.php?tid=4649)



Can't Loging with Freakauth in IE - El Forum - 12-07-2007

[eluser]mooger[/eluser]
I've searched this forum and can't seem to find any solution to my problem.

Freakauth will not log in on IE in Windows XP. It works fine in Firefox and even in IE on Windows Vista. But when I try to log in on a Windows XP machine I just get the login page with no errors.

I tried turning off the login captcha and this does not help.

Any ideas?

Thanks


Can't Loging with Freakauth in IE - El Forum - 12-07-2007

[eluser]codelearn[/eluser]
What are your privacy settings on IE? Test lowering them.


Can't Loging with Freakauth in IE - El Forum - 12-07-2007

[eluser]mooger[/eluser]
I have pulled the privacy settings down to "accept all cookies".


Can't Loging with Freakauth in IE - El Forum - 12-08-2007

[eluser]Grahack[/eluser]
Hi,
did you create your account with another browser? check your $config['sess_match_useragent'] config item (CI's config file).
People had problem with the time set on their server. Is it correctly set?
Is your website online, do you have a link to provide, and a test account?


Can't Loging with Freakauth in IE - El Forum - 12-12-2007

[eluser]mooger[/eluser]
Thank you for your help. I figured out it was because the time on the computer was set a couple minutes early. So now the login part works.

But now I have another problem. I have a page that will redirect back to the main page. After the redirect it will log the person out on that computer. It works fine in Firefox or in IE on Vista, though.


Can't Loging with Freakauth in IE - El Forum - 12-12-2007

[eluser]Grahack[/eluser]
Could you detail a bit please? So when you use IE on XP, this redirection logs the user out? What is the code this redirection sends too?