Answer the question
In order to leave comments, you need to log in
How to solve the problem with sessions in codeigniter?
Hello. Such situation. I use sessions in codeigniter v.3.
$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'd_session';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = '/home/d/www/d/landing/application/sessions/';
$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;
Answer the question
In order to leave comments, you need to log in
The problem turned out to be in this library for working with rest full api.
What exactly is wrong with it, I don’t know yet, how I’ll figure it out, I’ll make a pull request on github.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question