Welcome Guest, Not a member yet? Register   Sign In
session class bug? HELP please
#1

[eluser]rei[/eluser]
Hi, Im experiencing a bug in session class of CI. when store data in session and echo it, it works fine in FireFox, But on all other browsers they dont output data. But when I try it in other computers it works fine. Did someone already experienced this? I already cleared cache of my browser but it still dont work. Can someone give me suggestions how to solve this problem. or is this really a bug in the session class?
#2

[eluser]rei[/eluser]
For those who will encounter a bug in the Session Library of CodeIgniter like me ( session data being lost when using redirects instead of $this->load->view() function ). Try this fix -- https://github.com/staskus/codeigniter-2...ve-session

It solved my problem.

Reference: http://stackoverflow.com/questions/17037...t-explorer




However if someone knows a better fix for my problem please suggest it because I really wanted to use the original session library of CI because I think it is more secure. But I'm not sure though because I think this native php session library is also validating if the session match the user agent and it also stores session data in the database.




Theme © iAndrew 2016 - Forum software by © MyBB