![]() |
Sessions: I get an empty "user_data" key, what is this? - 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: Sessions: I get an empty "user_data" key, what is this? (/showthread.php?tid=53378) |
Sessions: I get an empty "user_data" key, what is this? - El Forum - 07-21-2012 [eluser]ivanhalen[/eluser] Hello, this is my first technical post: as a perfect newbie in CI, I'm sure I'll do a lot in the next months ![]() I'm playing with sessions: everything is fine, but looping session data in the view I get an empty "user_data", like this Code: session_id: 418dda183a86ecdc346c393882835a36 Even if I pass some userdata with the suggested docs code as example: Code: $newdata = array( Code: session_id: 89d2ef778f169183e3280cd554645346 Thank you! Sessions: I get an empty "user_data" key, what is this? - El Forum - 07-21-2012 [eluser]InsiteFX[/eluser] It's not missing it was added for future use so right now it will always be empty. Sessions: I get an empty "user_data" key, what is this? - El Forum - 07-21-2012 [eluser]ivanhalen[/eluser] Thanks very much, that makes sense! I wish the docs could be always up-do-date, so I'd avoid these dumb questions... Sessions: I get an empty "user_data" key, what is this? - El Forum - 07-21-2012 [eluser]InsiteFX[/eluser] No questions are dumb. |