CodeIgniter Forums
What Happend to my session?? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: What Happend to my session?? (/showthread.php?tid=33630)



What Happend to my session?? - El Forum - 09-02-2010

[eluser]Suhas nazir[/eluser]
Hello I am totally mad with this problem
I just save user details in a session array and after some pages i try to display the details in a page,what actually happening is some times it shows correct details,some times previous user details..I am totally Mad Can any one tell what may be the reason???


What Happend to my session?? - El Forum - 09-02-2010

[eluser]Crimp[/eluser]
It appears that there is something wrong with how the session is handled in your program. You could try tracking the session at each step to find out exactly where it changes. The session class has a method to display all values: all_userdata().