How to modify the default login timeout of phpMyAdmin_PHP Tutorial

WBOY
Release: 2016-07-13 10:42:56
Original
970 people have browsed it

Many friends may find that they need to log in again when using phpmyadmin locally. This is very inconvenient. Let me introduce how to modify the default login timeout of phpMyAdmin.

The default timeout of phpMyAdmin is 1800 seconds, which is too short. During the development process, when I write a few lines of code and come back to look at the database, it times out. It is very annoying to log in repeatedly.

Modification method:

Open phpMyAdmin/libraries/config.default.php

 代码如下 复制代码
找到$cfg['LoginCookieValidity'] = 1440;

Okay, just increase the 1440 and it will be ok

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/633208.htmlTechArticleMany friends may find that they need to log in again when using phpmyadmin locally. This is very inconvenient. Let me introduce how to modify the default login timeout of phpMyAdmin. phpMyAd...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!