$this->session->sess_destroy(); error |
(04-05-2016, 05:00 AM)Narf Wrote:(04-05-2016, 03:01 AM)josepostiga Wrote: The Session library should be autoloaded as a driver, and not as a library... So, instead of adding it to the $autoload['libraries'] array, it should be added to the $autoload['drivers'] array, like this: $autoload['drivers'] = array('session'); Ok, why not? Because the Session driver/library (whatever) has the options for different drivers (files, database, etc)... If I'm that wrong, can you please help me understand the difference? If that's not to troublesome for you, of course...
Best regards,
José Postiga Senior Backend Developer |
Messages In This Thread |
$this->session->sess_destroy(); error - by chaegumi - 04-04-2016, 11:30 PM
RE: $this->session->sess_destroy(); error - by projack89 - 04-05-2016, 01:58 AM
RE: $this->session->sess_destroy(); error - by chaegumi - 04-05-2016, 02:37 AM
RE: $this->session->sess_destroy(); error - by josepostiga - 04-05-2016, 03:01 AM
RE: $this->session->sess_destroy(); error - by Narf - 04-05-2016, 05:00 AM
RE: $this->session->sess_destroy(); error - by josepostiga - 04-05-2016, 05:15 AM
RE: $this->session->sess_destroy(); error - by Narf - 04-05-2016, 05:50 AM
RE: $this->session->sess_destroy(); error - by josepostiga - 04-05-2016, 06:11 AM
RE: $this->session->sess_destroy(); error - by albertleao - 04-05-2016, 03:32 PM
RE: $this->session->sess_destroy(); error - by josepostiga - 04-05-2016, 04:09 PM
RE: $this->session->sess_destroy(); error - by Narf - 04-05-2016, 06:48 AM
RE: $this->session->sess_destroy(); error - by JuliaV - 04-25-2016, 12:28 AM
|