Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. linux_it
    3. Posts
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Session timeout set at 0 - can't login

      You can edit file src/globals.inc.php located in idoit webroot directory

      Find and comment string:
      //$g_config["sess_time"]      = isys_settings::get('session.time', 300);

      Temporary change it to:       
      $g_config["sess_time"]      = 900;

      After fixing timeout in GUI, you can delete temporary string and uncomment original

      (Tested on i-doit v. 1.4.8 )

      posted in Operating
      L
      linux_it