Set the session timeout

Discussion in 'General' started by PermaNoob, Mar 7, 2007.

  1. PermaNoob

    PermaNoob Member

    I searched the manual and the forums but I can't find out how to set the timeout period for a user session in ISPconfig and also webmail.

    Thanks in advance for the answer.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    It's set in /home/admispconfig/ispconfig/lib/go_info.inc.php on line 115:

    Code:
    $go_info["session"]["timeout"]       = 1800; // 1800 Sec = 30 Minuten
     

Share This Page