阿帕奇/ PHP应用程序会话超时 [英] Apache/PHP application sessions timing out

查看:110
本文介绍了阿帕奇/ PHP应用程序会话超时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是相当新的PHP和正在运行名为GLPI一个开源的Web应用程序。我们必须具有应用程序中打开整天,一段时间后,他们必须重新登录的应用几个用户。这是Apache会话超时?如果那么什么是默认的,如何改变它。

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.

推荐答案

这是最有可能的PHP会话的生命周期。

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

的解决方案的问题,可以帮助你:

Questions with solutions that might help you:

  • PHP session lifetime problem
  • PHP : What is the default lifetime of a session

这是不可能知道在你的应用程序,你需要更改或添加这个不知道,但你可以改变的session.gc_maxlifetime 在PHP设置。 INI没有在所有触摸应用程序。

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.

这篇关于阿帕奇/ PHP应用程序会话超时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆