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

    linux_it

    @linux_it

    0
    Reputation
    48
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 24

    linux_it Unfollow Follow

    Latest posts made by linux_it

    • 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