session time out for admin/client login page

Discussion in 'General' started by elingtey, Oct 17, 2013.

  1. elingtey

    elingtey New Member

    Hi All,
    Anyone in here know how to enable session time out for ispconfig admin/client login page?
    Hope to hear from you soon.
     
  2. SamTzu

    SamTzu Active Member

    You can do that from Apache or FireWall settings. Search Google with Apache time out.
     
  3. elingtey

    elingtey New Member

    hi,
    thanks for your info. I found another way,
    just put this 2 lines in config.inc.php

    session_set_cookie_params(900);
    session_start();
     

Share This Page