PDA

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?

alex
03-27-2004, 09:09 PM
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?

alex
10-21-2004, 01:37 PM
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?

alex
12-17-2004, 03:27 PM
it is minutes

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.