Administration TimeOut

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
emphyrio
Posts: 10
Joined: 03 Jan 2018, 16:44

Administration TimeOut

Post by emphyrio »

Hello all,

I'm new to MantisBT and am faced to a weird problem.
The "administration" timeout on the administration pages is so short that I sometime don't have enough time to fill in the form!
When I click on the Save/submit button, it says that the timeout has expired and ask me for my password.
And of course, everything I entered in the form is lost...
How can I fix that?

Thanks for your help,
Patrick
Starbuck
Posts: 219
Joined: 14 Feb 2006, 02:53
Location: USA
Contact:

Re: Administration TimeOut

Post by Starbuck »

In config_inc.php, add something like this:

Code: Select all

$g_reauthentication_expiry = 60*60*3; // 3 hour expiration
emphyrio
Posts: 10
Joined: 03 Jan 2018, 16:44

Re: Administration TimeOut

Post by emphyrio »

Hello Starbuck,

I did it. Until now, it seems to work.
Thank you very much!

Patrick
Post Reply