Welcome Guest, Not a member yet? Register   Sign In
Remove files the sessions
#1

Hello,

About removing files in the folder sessions? How is it done automatically? Here it is not working. The sessions folder is big.

$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_sessions';
$config['sess_expiration'] = 2000;
$config['sess_expire_on_close'] = FALSE;
$config['sess_save_path'] = FCPATH.'application/sessions';
$config['sess_match_ip'] = TRUE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;

Thanks.
Reply


Messages In This Thread
Remove files the sessions - by edica - 12-23-2015, 05:00 AM
RE: Remove files the sessions - by mwhitney - 12-29-2015, 08:59 AM
RE: Remove files the sessions - by edica - 01-11-2016, 08:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB