3
1
I have installed latest phpMyAdmin on Apache+php+mysql on CentOs.
But after sometime of inactivity i am getting
No activity within 1440 seconds; please log in again.
And redirected to the phpMyAdmin Log-In page.
I have Edited /etc/php.ini and set
session.gc_maxlifetime 999999
and did HTTPD restart.
But still i am getting the same error. How do i fix this ?
How do i make the phpMyAdmin session for like 20+ days, as its a production environment.
Thanks
===========================================================================================
my phpinfo session is as
Session Support enabled
Registered save handlers files user
Registered serializer handlers php php_binary wddx
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 Off Off
session.bug_compat_warn Off Off
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 1000 1000
session.gc_maxlifetime 999999 999999
session.gc_probability 1 1
session.hash_bits_per_character 5 5
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /var/lib/php/session /var/lib/php/session
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies On On
session.use_trans_sid 0 0
For a better answer, see http://www.lanredahunsi.net/how-to-increase-phpmyadmin-session-timeout-from-1440-seconds/
– j08691 – 2015-08-12T20:25:52.870A detailed blog: http://sforsuresh.in/phpmyadmin-no-activity-within-1440-seconds-please-login/
– Suresh Kamrushi – 2017-09-05T06:03:35.323