操纵liferay中的非活动会话超时

操纵liferay中的非活动会话超时,liferay,Liferay,我想操纵liferay中弹出的警告中的非活动会话超时 但我不知道该怎么做。我是liferay的新手,所以寻求你的帮助 谢谢, Sourav我想您想知道在空闲时,在Liferay中出现弹出窗口的时间之后,在哪里更新 # Specify the number of minutes before a warning is sent to the user # informing the user of the session expiration. Specify 0 to disable any #

我想操纵liferay中弹出的警告中的非活动会话超时 但我不知道该怎么做。我是liferay的新手,所以寻求你的帮助

谢谢,
Sourav

我想您想知道在空闲时,在Liferay中出现弹出窗口的时间之后,在哪里更新

# Specify the number of minutes before a warning is sent to the user
# informing the user of the session expiration. Specify 0 to disable any
# warnings.
#
session.timeout.warning=1
如果不想弹出警告,可以在
portal-ext.properties
中覆盖上述值,并将其设置为0

与您的问题无关:此检查发生在Liferay 6.0中的..deploy/ROOT.war/html/common/themes->
session\u timeout.jspf
page

您可以在..deploy/ROOT.war/WEB-INF/WEB.xml文件中设置会话超时时间间隔

下面是您需要更改的地方


30

这表示30分钟后,如果用户处于非活动状态,您的会话将被破坏。

我想您想知道在空闲状态下,在哪里更新Liferay中出现弹出窗口的时间

# Specify the number of minutes before a warning is sent to the user
# informing the user of the session expiration. Specify 0 to disable any
# warnings.
#
session.timeout.warning=1
如果不想弹出警告,可以在
portal-ext.properties
中覆盖上述值,并将其设置为0

与您的问题无关:此检查发生在Liferay 6.0中的..deploy/ROOT.war/html/common/themes->
session\u timeout.jspf
page

您可以在..deploy/ROOT.war/WEB-INF/WEB.xml文件中设置会话超时时间间隔

下面是您需要更改的地方


30

这表示30分钟后,如果用户处于非活动状态,您的会话将被破坏。

您想做什么?“操纵”可以是任何意思。请用详细信息更新您的问题,请不要在问题中输入您的姓名。谢谢,我只是想更改时间长度。你想做什么?“操纵”可以是任何意思。请用详细信息更新您的问题,请不要在问题中输入您的姓名。谢谢,我只是想更改持续时间。