在 joomla 中设置前端会话超时限制 [英] Set frontend session time out limit in joomla

查看:19
本文介绍了在 joomla 中设置前端会话超时限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在 joomla 2.5 中为前端用户设置会话超时限制?我在全局配置中设置了 Session Lifetime 选项,但它只在后端设置了限制.

How to set session timeout limit for frontend users in joomla 2.5? I had set the Session Lifetime option in Global configuration but it sets the limit in backend only.

推荐答案

你可以在文件顶部注释JHtml::_('behavior.keepalive');行模块/mod_login/tmpl/default.php

you can comment the line JHtml::_('behavior.keepalive'); on top in the file modules/mod_login/tmpl/default.php

此后,后端的时间也会使前端和后端的时间到期

After that the time from the backend will also expires the frontend as well as backend

这篇关于在 joomla 中设置前端会话超时限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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