CodeIgniter Login with Session
This tutorial tackles on how to create a simple login page in CodeIgniter with session. CodeIgniter is a PHP framework that uses MVC(Model, View, Controller) architecture. Sessions are variables that can used throughout the app as long as not destroyed. This tutorial will teach you on how to set user session in CodeIgniter.