EtienneR/bloglite

Session file not found

Opened this issue · 0 comments

fxpar commented

Hi,
In config.php I had to change:

$config['sess_save_path'] = NULL;
into
$config['sess_save_path'] = sys_get_temp_dir();
to overcome this issue.
Regards