I\'m using codeigniter as a framework.
Firstly, I use localhost but when I change to my IP address the login function doesn\'t work anymore. I found that th
localhost
Same issue with me.
Please check have you load session library in controller.
$this->load->library('session');