![]() |
Not able to retrieve session data:user_data - 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: Not able to retrieve session data:user_data (/showthread.php?tid=32048) |
Not able to retrieve session data:user_data - El Forum - 07-12-2010 [eluser]shinokada[/eluser] I am able to display session_id, ip_address and user_agent. However when I display user_data, I get bool(false) even there are data in DB. Could anyone tell me how to retrieve the user_data? My code is this. Code: Controller Not able to retrieve session data:user_data - El Forum - 07-12-2010 [eluser]WanWizard[/eluser] Is there a variable called 'user_data' stored in the session? Or are you trying to retrieve all stored user data? In that case you need Code: Controller |