php - Error Session File Driver in CodeIgniter 3 - Stack Overflow
It looks like in your config you set the session driver as a file based session driver. This means you need to set the path for your session. You also need to at the very least make sure the directory is writable by the user with permission running your php scripts usually on linux boxes. Usually something like this.