Welcome Guest, Not a member yet? Register   Sign In
IE6 and session setup
#1

[eluser]Unknown[/eluser]
Hi All

This is my first code igniter app and I seem to have been struck with the IE6 and sessions issue. I have combed the forum/google for solutions, and have tried all of them, but I am getting an issue with IE6 and my site. For some reason, the site crashes IE6 on loading.

The site has so far been developed on FF2, but has been tested on FF3, Safari, Opera, Konqueror, IE5.5 and IE7. It seems to work in all of these, but it will not work in IE6.

I have changed the default Session.php library for OB_session Session.php file and made all the recommended changes to the config file and database, but it still crashes, and it is not only on my machine. I have tested on several different systems all with the same result - IE6 just crashes. I have also updated the time on my server - same result.

Is there anybody out there that can help me solve this issue.

Thanks

Clive
#2

[eluser]Sumon[/eluser]
would you please explain the word "crash". What does it mean? Design distorted or something else?
#3

[eluser]thinkigniter[/eluser]
Crashing as in IE6 disappears or white screen of death?

Cheers
#4

[eluser]thinkigniter[/eluser]
SNAP
#5

[eluser]Sumon[/eluser]
Is your code something like this?
Code:
if(isset($this->session->userdata("IsLoggedIn"))
//Load menu or some text
If this is the case then you can use
Code:
if($this->session->userdata("IsLoggedIn")!="")
//Load menu or some text




Theme © iAndrew 2016 - Forum software by © MyBB