Welcome Guest, Not a member yet? Register   Sign In
Message: unlink(/tmp/ci_sessionaa51644b4360c8f6957d2c733): Operation not permitted
#6

(This post was last modified: 07-27-2016, 11:02 PM by MasoodRehman.)

@arma7x here is my config.php Session Variables section

$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_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;

I think i have to use database driver then no path will be defined and give permission to any folder, am i correct?
Reply


Messages In This Thread
RE: Message: unlink(/tmp/ci_sessionaa51644b4360c8f6957d2c733): Operation not permitted - by MasoodRehman - 07-27-2016, 11:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB