ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Time Limit on Inactive Loggedin Accounts


  • 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-21 14:21:09

    include/vitals.inc.php

    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.