Menu

#244 Longer Sessions

version 0.8
open
nobody
3
2021-11-09
2016-10-03
Anonymous
No

So while using IPAM, it is a great tool but I am finding the session timeout number to be too short as we have people that get caught up in something else and then need to return to IPAM and they have to log back in. So I was wondering if there is a way to adjust the session timeout code to make it longer?

Discussion

  • Miha Petkovsek

    Miha Petkovsek - 2016-10-04

    Hi, try changing session parameters in your php.ini:

    Here are mine values for 24 hours:

    session.use_cookies = 1
    session.cookie_lifetime = 86400
    session.gc_probability = 1
    session.gc_divisor     = 1000
    session.gc_maxlifetime = 86400
    

    Also set inactivity timeout in phpipam administration to less or equal to what is in session.gc_maxlifetime.

    Read explanations here:
    http://php.net/manual/en/session.configuration.php

    br

     
  • Anonymous

    Anonymous - 2016-10-11
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2021-11-09
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.