Answer the question
In order to leave comments, you need to log in
How to fix Codeigniter 3.0.1 sessions?
Codeigniter 3.0.1 complains about the session file driver.
A PHP Error was encountered
Severity: Error
Message: Maximum execution time of 30 seconds exceeded
Filename: drivers/Session_files_driver.php
Line Number: 199
$config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = 'storage';
$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
Well, look at line 199.
Try increasing the execution time to more than 30 seconds.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question