phpMyAdmin Login timeout 1440 seconds inactive please log in again

Source: Internet
Author: User
Tags phpmyadmin

Problem phenomenon:
phenomenon One: phpMyAdmin in the use of the process often appear "login timeout (1440 seconds inactive), please login again";

Phenomenon two: phpMyAdmin will appear:

Your PHP configuration parameters (Session.gc_maxlifetime, English) are shorter than the Cookies that you set up in phpMyAdmin, so your logon session will be valid for a shorter period than the time you set up in phpMyAdmin.

The error message.

Workaround:

Modify PHP.ini, find

The code is as follows Copy Code

Session.gc_maxlifetime = 1440

Change the value to a large number and then bring it into effect.

The experiment did not do the result.

Final Solution:

Find phpmyadmin/libraries/config.default.php file, open, modify

The code is as follows Copy Code

$cfg [' logincookievalidity '] = 1440;

Modify the 1440 to a larger value.

Problem two Solution

If you modify:

$cfg [' logincookievalidity '] is less than or equal to the value of Session.gc_maxlifetime in php.ini, your PHP configuration parameter Session.gc_maxlifetime (outside the chain, English) is shorter than your Cookies are valid in phpMyAdmin, so your logon session will be valid for a shorter period than the time you set up in phpMyAdmin. It's solved.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.