phpmyadmin increase timeout limit  [SOLVED]

User avatar
Szektor
Posts: 10
Joined: Mon 17. May 2021, 23:35
Location: Budapest
Contact:

Re: phpmyadmin increase timeout limit

Post by Szektor »

Sorry, I meant logout instead of timeout.
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: phpmyadmin increase timeout limit

Post by Alexander »

Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
Szektor
Posts: 10
Joined: Mon 17. May 2021, 23:35
Location: Budapest
Contact:

Re: phpmyadmin increase timeout limit

Post by Szektor »

The link runs to a 404 but I guess you wanted to send me this:
https://www.hostwinds.com/tutorials/inc ... phpmyadmin

However what I would like to achieve is to change this value for all new/existing users by default.
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: phpmyadmin increase timeout limit  [SOLVED]

Post by Alexander »

There was a .gif at the time I send my answer, but they changed it ;).

You can also put the following into the config file /home/keyhelp/www/phpmyadmin/config.inc.php
Changing the time accordingly to your needs.

Code: Select all

ini_set('session.gc_maxlifetime', <TIME>);
$cfg['LoginCookieValidity'] = <TIME>;
However, this config file may be overridden by a KeyHelp update. Do not set this file immutable, as it may break the phpMyAdmin update.

Alternatively use an own instance of phpMyAdmin which you install somewhere on your server an adjust the "Configuration -> Tools -> Database-Administration -> Access URL" to the URL of your phpMyAdmin instance and configure it the way you want.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
Szektor
Posts: 10
Joined: Mon 17. May 2021, 23:35
Location: Budapest
Contact:

Re: phpmyadmin increase timeout limit

Post by Szektor »

Thank you. This is exactly what I was looking for. :)))
Locked