2005-09-20 20:14:51
Time Limit on Inactive Loggedin Accounts
I would like to know how to set the time limit on inactive logged-in accounts before automatically logging the user off.
Thanks
2005-09-20 20:14:51
I would like to know how to set the time limit on inactive logged-in accounts before automatically logging the user off.
Thanks
2005-09-21 14:21:09
modify the following line in include/vital.inc.php
@ini_set('session.gc_maxlifetime', '36000'); /* 10 hours */
Make sure the timeout period is sufficiently long enough so users are not logged out while they are answering long test questions, or posting long fourms messages etc.