Login system for front and back end seperately in codeigniter?

I have seperated the controllers to front end and back end by extending MY_Controller.But i want to know how to achieve login system in these controllers and what is the best approach?

There are a number of authentication libraries for use with Cideigniter such as Ion Auth. Check out their documentation first to see if they have the features you are lopking for.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.