phpmyadmin logs out after 1440 secs

后端 未结 24 1570
予麋鹿
予麋鹿 2021-01-29 23:29

In my local development Ubuntu box I use MySQL and phpmyadmin to work with the database.

Whenever phpmyadmin is idle for 1440 secs (24min) the session expires. I lose m

24条回答
  •  無奈伤痛
    2021-01-29 23:47

    For Ubuntu 18.04 I just edited the file /usr/share/phpmyadmin/libraries/config.default.php

    Change: $cfg['LoginCookieValidity'] = 1440

提交回复
热议问题