简体   繁体   中英

Apache/PHP application sessions timing out

I am fairly new to PHP and am running an open source web application called GLPI. We have several users that have the application open all day long and after a while they have to log back on the application. Is this the Apache session timing out? If so what is the default and how do I change it.

It's most likely the PHP session's lifetime.

Questions with solutions that might help you:

it's impossible to tell where in your application you need to change or add this without knowing it, but you may be able to change the session.gc_maxlifetime setting in php.ini without touching the application at all.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM