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

session not closed after close the browser. when i reopen the url,the session is active. i am string the sessions.

In config file
***********
config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_sessions';

$config['sess_expiration'] = 7200;

$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = TRUE;

$config['sess_expire_on_close'] = TRUE;
$config['sess_encrypt_cookie'] = FALSE;
Reply


Messages In This Thread
session not closed after close the browser. - by kvanaraj - 07-12-2018, 09:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB