![]() |
Menu sessions - 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: Menu sessions (/showthread.php?tid=9398) |
Menu sessions - El Forum - 06-24-2008 [eluser]Jesse2303[/eluser] Hi all My login works again, and I've made 2 sessions, you can see below. When I log in with my login. Everything works fine but only the menu won't update. What I'm doing wrong ? O, the autoload.php , I added sessions too to the array. Code: $this->session->set_userdata('login', '1'); Code: <?php Menu sessions - El Forum - 06-24-2008 [eluser]Yash[/eluser] Code: $login = $this->session->userdata('login'); Hope it works fine ![]() Menu sessions - El Forum - 06-24-2008 [eluser]Jesse2303[/eluser] [quote author="Yash" date="1214320790"] Code: $login = $this->session->userdata('login'); Hope it works fine ![]() Hello Thanks. I try to fix this with your code thanks ![]() |