Good day, dears:
I am trying to use Memcached for PHP session storage. I have updated the php.ini file as follows:
session.save_handler = memcached session.save_path = "localhost:11211" session.gc_maxlifetime = 1440 session.cookie_lifetime = 0
However, iTop still logs me out while I'm actively working, usually in less than 15 minutes.
Are there any additional configurations I should consider to maintain the session properly?
I am using iTop version 3.1.1 with php 8.1.25.
Log in to post a comment.
Good day, dears:
I am trying to use Memcached for PHP session storage. I have updated the php.ini file as follows:
However, iTop still logs me out while I'm actively working, usually in less than 15 minutes.
Are there any additional configurations I should consider to maintain the session properly?
I am using iTop version 3.1.1 with php 8.1.25.