CodeIgniter Forums
Losing Session in IE browsers - 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: Losing Session in IE browsers (/showthread.php?tid=6819)



Losing Session in IE browsers - El Forum - 03-12-2008

[eluser]jigen7[/eluser]
hi im just wondering why is that whenever i tried to login in ie it wont login me and yes the cookies are enabled while in firefox you can login directly . and also sometimes some can connect using ie but once they click a link with the same site they weere told to login again in an unending process thx ^_^


Losing Session in IE browsers - El Forum - 03-12-2008

[eluser]dtrenz[/eluser]
you might need to google: "P3P"

gave me some grief re:cookies in IE a week or 2 ago.


Losing Session in IE browsers - El Forum - 03-12-2008

[eluser]jigen7[/eluser]
okies ill try that anyone else that can give their help thx


Losing Session in IE browsers - El Forum - 03-12-2008

[eluser]Rick Jolly[/eluser]
http://ellislab.com/forums/viewthread/70875/#349817


Losing Session in IE browsers - El Forum - 03-16-2008

[eluser]jigen7[/eluser]
can anyone see my site here, http://jigenki.com/jigspsp / you can login in firefox fine using username:user pass:user but in IE browser it will jsut redirect you again in the login page?? what do you think is the problem here im really confuse


Losing Session in IE browsers - El Forum - 04-15-2008

[eluser]Justin Patel[/eluser]
on the root directory .............. What is your error reporting ..... ?


try to make it like

error_reporting(E_ALL);


I had same problem but due to this it got solved ...

best of luck