Welcome Guest, Not a member yet? Register   Sign In
ci_sessions permissions
#1

(This post was last modified: 04-28-2020, 07:33 PM by pezuhibe.)

Hello,
What permissions should ci_sessions have?
https://bestfreepornsites.pro
$config['sess_driver'] = 'files';
$config['sess_save_path'] = FCPATH.'ci_sessions';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;
Reply
#2

Following the advice in the documentation is a good place to start.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB