Admin Area timeout

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
eglwolf
Posts: 70
Joined: Mon 12. Apr 2004, 01:23

Admin Area timeout

Post by eglwolf »

How can I either disable the auto logout, or make it longer?
Pappnase

Re: Admin Area timeout

Post 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
eglwolf
Posts: 70
Joined: Mon 12. Apr 2004, 01:23

Post by eglwolf »

Thanks you.
Post Reply