CodeIgniter Forums
frst-time account creation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: frst-time account creation (/showthread.php?tid=2959)



frst-time account creation - El Forum - 09-02-2007

[eluser]port23user[/eluser]
Thanks for the contribution! It's just what I needed. I'm having a problem with it though. I'm using OBsession. When a user first creates an account, it shows the $this->session->userdata('logged_in') as true. However, when I try to access any of the other attributes like $this->session->userdata('firstname') it doesn't have any data. If I log out and then log back in, it'll have the data. Anybody know what's going on? Thanks!