CodeIgniter Project Tutorial 7 – Login System
Here we begin working on the login system and log a user in. We do validation on the input first, then check it against our records in the database, and if everything’s OK, reset the user’s session with their user data.
Have a wonderful day and happy coding!
source