![]() |
Session data is lost on redirect - 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 data is lost on redirect (/showthread.php?tid=28672) |
Session data is lost on redirect - El Forum - 03-18-2010 [eluser]JanDoToDo[/eluser] hey guys. I am using the session class and it works fine in ie6, ie7, ie8, chrome, but when i come to firefox (im testing in FF 3.0) for compatibiltity - havent tested FF 3.5 yet - the session data is lost when i log in. The log in is successful, and if i dump the session userdata it exists (email, name etc), but after the redirect to the home page, when i dump the session userdata again none of the information i put in is there - all the userdata has been removed (except for, e.g. the session id and user agent (the basic 5 bits thats always there)). So it redirects me again to the login page. Anyone get any clues? Session data is lost on redirect - El Forum - 03-18-2010 [eluser]JanDoToDo[/eluser] Anyone? Session data is lost on redirect - El Forum - 03-18-2010 [eluser]JanDoToDo[/eluser] Bumping again.. need to get it sorted though - Could this be a bug? |