Welcome Guest, Not a member yet? Register   Sign In
PHP - Session problem in codeigniter framework
#3

(10-12-2017, 10:18 AM)daveĀ friend Wrote: How do you load the "session" library?
What are the session config settings you are using?

Im Loading Session Library in autoload file.
$autoload['libraries'] = array('database', 'session', 'form_validation');

Session Config Settings:

$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'pop_session';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = NULL;
$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;
Reply


Messages In This Thread
RE: PHP - Session problem in codeigniter framework - by Khadeer - 10-12-2017, 11:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB