phpmyadmin automatic logout time

后端 未结 9 1904
借酒劲吻你
借酒劲吻你 2020-11-29 18:31

How can I change the phpmyadmin automatic log out time?

It will log out automatically after 1440 seconds which is very low for me. How can I change the option or re

9条回答
  •  迷失自我
    2020-11-29 19:03

    Create or edit your php.ini file and set this variable value in it:

    session.gc_maxlifetime = 1440

    The integer is in seconds. 500000 seconds is 5.7 days. Then restart apache.

提交回复
热议问题