Initially, I thought I had a problem with loading libraries due to using Modular Extensions inside Codeigniter.
However I have discovered even with a clean install o
Step1 : open config.php and create a session folder with 0755 permission. Step2 : update below code variable $config['sess_save_path'] = __DIR__.'/session';