Welcome Guest, Not a member yet? Register   Sign In
Storing session data
#1

[eluser]omed habib[/eluser]
I'm utilizing the session class and am saving session data. For some odd reason, in IE6 the site either does not WRITE the variable I need set or does not READ the variable I set. Are there any known issues with IE?

Thanks
#2

[eluser]omed habib[/eluser]
OK... I've located the problem. When I perform a redirect:

Code:
redirect('login/home', 'redirect');

My variable is being unset, but ONLY in IE6. Any ideas why?
#3

[eluser]alpar[/eluser]
There is an issue with sessions that manifests on some os-browser combinations. This affects you only if you are matching against user agent. If you are turn it off from the config file, if it fixes the problem go to the bug reports or search this form, there is a simple solution on how to fix this, you only have to change one line of code




Theme © iAndrew 2016 - Forum software by © MyBB