View Full Version : setting inactivity logout time
superdave
03-26-2004, 08:27 AM
Is there a setting to control how long a logged-in user can be inactive/idle before automatic logout occurs?
It is set in PHP settings,
session.cookie_time
by default, it is 0 - it means that user is logged-in until he closes all browser windows.
tjhanes
10-21-2004, 12:22 PM
Where is this setting at in the admin area?
these settings are not in admin area
you may add to top of amember/config.inc.php file
ini_set('session.cookie_time', 30);
tjhanes
12-16-2004, 03:27 PM
is that time (30) in minutes or hours?
juniorm
07-18-2006, 02:06 PM
is this still valid in the latest amember version?
alexander
07-21-2006, 12:43 AM
Yes. This is still valid in latest version.
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.