This question may be related to a resolved thread.
Hi there,
I’ve only just got round to completing the steps to solve the timeout issue in the related thread above, but having the same problem where the control panel is timing out during the upload of very large files.
Here’s what I added to config.php:
$config['cp_session_ttl'] = 172800;
$config['user_session_ttl'] = 172800;This means the control panel shouldn’t timeout for 48 hours, but after uploading a file overnight the control panel is logged out and the file is not present.
Not sure what else can be done, any ideas?
Thanks!
Anthony