Increase Session Time for Administrator

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
iconicperformances
Posts: 55
Joined: Fri Sep 15, 2017 8:49 am

Increase Session Time for Administrator

Post by iconicperformances »

Is there anyway I can increase the Session Expiry Time for administrator.

30 minutes is just not enough time to write up an FAQ, add images, spell check and the rest.

I was hoping to at least increase it to 2 or 3 hours before the session expires.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Increase Session Time for Administrator

Post by Thorsten »

Hi,

you can increase it in config/constants.php:

Code: Select all

define('PMF_AUTH_TIMEOUT', 30);
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply