![]() |
Sending data array when redirected to control panel - 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: Sending data array when redirected to control panel (/showthread.php?tid=44582) |
Sending data array when redirected to control panel - El Forum - 08-19-2011 [eluser]xtremer360[/eluser] My question of the day is this. After a successful login I want to to send the user_id in a data array to the control panel when it redirects. I have a lot of code here. 98% of it was code that was written from a authentication library and I'm afraid if I tinker too much with it now I'll end up breaking something else by trying to do one thing. Any help? Code: class Auth extends CI_Controller Sending data array when redirected to control panel - El Forum - 08-19-2011 [eluser]xtremer360[/eluser] And all of a sudden I'm getting this error when I load my cms inside of FF. The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies. I cleared all my cookies and its still giving me that issue as well. |