Welcome Guest, Not a member yet? Register   Sign In
How to erform a logout?
#5

[eluser]InsiteFX[/eluser]
You do not need to delete the cookie ci will do that all you need is this
Code:
$this->session->userdata = array();
$this->session->sess_destroy();

// or try this
$data = array('empty' => 'empty');
$this->session->set_userdata($data);
$this->session->sess_destroy();


Messages In This Thread
How to erform a logout? - by El Forum - 07-11-2012, 07:59 AM
How to erform a logout? - by El Forum - 07-11-2012, 08:08 AM
How to erform a logout? - by El Forum - 07-11-2012, 12:53 PM
How to erform a logout? - by El Forum - 07-11-2012, 12:58 PM
How to erform a logout? - by El Forum - 07-11-2012, 01:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB