Welcome Guest, Not a member yet? Register   Sign In
Session is not working in IE6 and later versions
#1

[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?
#2

[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.
#3

[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.
#4

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

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




Theme © iAndrew 2016 - Forum software by © MyBB