Specifically, this was performed to correct the issue on the prior ticket:
Code:
vi /usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php
Then changing:
Code:
$rcmail_config['session_lifetime'] = 10;
To something along the lines of 30 or 50. The value cannot be higher than 60 due to this setting:
Code:
// Minimal value of user's 'keep_alive' setting (in seconds)
// Must be less than 'session_lifetime'
$rcmail_config['min_keep_alive'] = 60;
Also, when opening up a ticket based on a forum thread, it is great if the forum thread can be referenced in the ticket. I just got the new ticket (1562010) and had to find this forum thread accidentally while reading the forums at the same time.