login time

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
seo-105
Posts: 23
Joined: Sun 18. Apr 2004, 00:07

login time

Post by seo-105 »

Does anyone know how to prevent phpwcms from logging you out after an extended time.

I just worked 30 minutes on a template and lost all the code when the system asked me to login again :x

thanks for any help
Pappnase

Post by Pappnase »

hello

goto the conf.inc.php and change the following entry!

Code: Select all

$phpwcms["max_time"]          = 1800; //logout after max_time/60 seconds 
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

there is a similer timeout variable within php.ini too
seo-105
Posts: 23
Joined: Sun 18. Apr 2004, 00:07

Post by seo-105 »

Thanks guys!
Post Reply