Eu sei que essa é uma pergunta antiga, mas ainda assim a resposta certa é que você tinha que ler o arquivo config.php com atenção e entenderia que perdeu alguns pontos da configuração para salvar as sessões da maneira correta.
/* 'sess_save_path'
|
| The location to save sessions to, driver dependent.
|
| For the 'files' driver, it's a path to a writable directory.
| WARNING: Only absolute paths are supported!
|
| For the 'database' driver, it's a table name.
| Please read up the manual for the format with other session drivers.
|
| IMPORTANT: You are REQUIRED to set a valid save path!
*/
Seu caminho de sessão não estava correto!