Skip to content
Advertisement

Codeigniter session not working once controller redirect to another controller

I’ve been stuck, when I sign up and want to redirect controller to another controller for showing dashboard then that time created session does not working on redirected controller. Here is my sample code.

My Sign up controller :

JavaScript

Below is my dashboard controller

JavaScript

Above dashboard controller doesn’t print anything.

Please help me . Thanks in advance.

Advertisement

Answer

Print the data in session using

JavaScript

Check the config file with below params

JavaScript

Also check the cookie config

JavaScript

Make an entry in autoload.php for session

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement