Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Session invalid or expired roundcube  (Read 5721 times)

0 Members and 1 Guest are viewing this topic.

sajugovind

  • Guest
Session invalid or expired roundcube
« on: August 02, 2014, 07:46:10 pm »
I got error  “Session Invalid or Expired” when login to RoundCube , I followed below steps to fix it.

Session invalid or expired roundcube

1. Log in to the server

2. Access the following file

/usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php

3. Comment the line

$rcmail_config['session_lifetime'] = 10;

( It is not recommended because session timeout is a security feature. You can also try increase the default value – 10 to a higher value. )

4. Save the file.

Thank you,