Welcome Guest, Not a member yet? Register   Sign In
$this->session->sess_destroy(); error
#4

(This post was last modified: 04-05-2016, 06:12 AM by josepostiga. Edit Reason: Bad suggestion (thanks Narf) )

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');
Best regards,
José Postiga
Senior Backend Developer
Reply


Messages In This Thread
RE: $this->session->sess_destroy(); error - by josepostiga - 04-05-2016, 03:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB