![]() |
use phpbb session in codeigniter - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: use phpbb session in codeigniter (/thread-43416.html) |
use phpbb session in codeigniter - El Forum - 07-10-2011 [eluser]Unknown[/eluser] hi, i have a probleme to use phpbb sessions in codeigniet when the user logs in phpbb.i already use the phpbb library in CI but there is no problem with this.ALL i want is to use the phpbb session.I try these codes in CI to get session without success: - $this->phpbb_library->this->_user->data['username']; - $this->phpbb_library->user->data['username']; - $this->phpbb_library->this->_user->data('username'); - $user->data['username'] SO How can I do to have all the sessions when i log in phpbb,not by CI.I tried to read these pages on this forum but I have this message in each page:"You are not authorized to perform this action" and im connected.this is the pages: http://ellislab.com/forums/viewthread/47689/ http://ellislab.com/forums/viewthread/45737/ thank for help. use phpbb session in codeigniter - El Forum - 07-13-2011 [eluser]Unknown[/eluser] up |