CodeIgniter Forums
Session is not working in IE6 and later versions - 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: Session is not working in IE6 and later versions (/showthread.php?tid=17548)



Session is not working in IE6 and later versions - El Forum - 04-08-2009

[eluser]gomathi jagannathan[/eluser]
Currently we are developing one website using code igniter. We are setting some session variables using set_userdata() function. But these values are not coming when we run the application in IE.But in Mozilla we are getting all the variables which we assigned in the session. Can any one help pls?


Session is not working in IE6 and later versions - El Forum - 04-08-2009

[eluser]Mike Ryan[/eluser]
Excuse the simplistic question, but... have you checked the cookie settings in IE? Do cookies from other websites work? The default session class works fine with IE for me, although some newer versions have tighter default security settings.


Session is not working in IE6 and later versions - El Forum - 04-08-2009

[eluser]Matthieu Fauveau[/eluser]
It can be related to the config key time_reference in config.php 'cause if you are using "local" (instead of gmt) and that your server time is incorrect : the session can get expired upon creation under IE/Safari.
For some reason Firefox will still work even if you use gmt or local.


Session is not working in IE6 and later versions - El Forum - 05-03-2009

[eluser]BD-CI-Programmer[/eluser]
I am also suffering same problem. But I can not solve yet. Some one plz help me


Session is not working in IE6 and later versions - El Forum - 05-03-2009

[eluser]TheFuzzy0ne[/eluser]
What have you done to try and resolve the problem?