Problem with my codeigniter session
Budget: £20 – £250 GBP
I have some problem with my codeigniter session. I am using CodeIgniter-3.1.8. I loaded session in autoload.php in config as
$autoload['libraries'] = array('database', 'session');
But it shows an error like Unable to locate the specified class: Session.php.
Then I removed it from autoload.php and load it in controller.
Need Expert to reslove this issue
$autoload['libraries'] = array('database', 'session');
But it shows an error like Unable to locate the specified class: Session.php.
Then I removed it from autoload.php and load it in controller.
Need Expert to reslove this issue