I know this question has been asked many times on SO website. However, I have read this, this, this, this, this and this, and more. None of them worked. I have also tried to change the session files location and other things I don't remember now.
My setup:
one: the config.inc.php
file:
<?php
$cfg['LoginCookieValidity'] = 3600 * 24; // http://docs.phpmyadmin.net/en/latest/config.html#cfg_LoginCookieValidity
this shows up in phpMyAdmin settings:
two: .htaccess
file:
php_value session.gc_maxlifetime 86400
three: phpinfo.php
file from phpMyAdmin root shows:
four: the server (uname -a):
Linux ubuntu-13 3.11.0-26-generic #45-Ubuntu SMP Tue Jul 15 04:02:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Is there any other way I can increase the phpMyAdmin session timeout?