Page 1 of 1

Admin Area timeout

Posted: Fri 4. Jun 2004, 20:39
by eglwolf
How can I either disable the auto logout, or make it longer?

Re: Admin Area timeout

Posted: Fri 4. Jun 2004, 20:43
by Pappnase
eglwolf wrote:How can I either disable the auto logout, or make it longer?
hello

yes you can do!

line 55 in the conf.inc.php

Code: Select all

$phpwcms["max_time"]          = 1800;     //time for the automatic logout 1800 Seconds=30Minutes
increase the time value! so 3600 = 1 h

Posted: Fri 4. Jun 2004, 20:50
by eglwolf
Thanks you.