Welcome Guest, Not a member yet? Register   Sign In
session not closed after close the browser.
#3

Also you may need to close and destroy the session.

PHP Code:
$this->session->unset_userdata('some_name');

// or

$array_items = array('username''email');

$this->session->unset_userdata($array_items);

$this->session->sess_destroy(); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: session not closed after close the browser. - by InsiteFX - 07-13-2018, 05:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB