Welcome Guest, Not a member yet? Register   Sign In
$this->config->set_item(‘sess_expire_on_close’, TRUE does not work)
#1

[eluser]Unknown[/eluser]
I have a site wherein there are two users.
Employee and Client.

I had my $config['sess_expire_on_close'] = FALSE by default for the admin. Since persistent connection is allowed for employee.

Now my problem is when I set the $config['sess_expire_on_close'] using $this->config->set_item(‘sess_expire_on_close’, TRUE) does not work on the fly once a CLIENT logs in. It means when client closes the browser, the client will still be able to go back to his previous session when he opens a new browser again which is not the result I wanted.


please help. tnx!




Theme © iAndrew 2016 - Forum software by © MyBB