Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set frontend session time out limit in joomla

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.

like image 723
iijb Avatar asked Oct 30 '12 05:10

iijb


2 Answers

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

like image 145
Hari Rajagopal Avatar answered Sep 30 '22 18:09

Hari Rajagopal


Try this plugin. According to my knowledge.

If you are to

Session Control Plugin make the different session lifetime for different user group on your Joomla site. Session Control Plugin make the user group online all the time on your Joomla site.

Session Control Plugin

Session Keeper

Other option

Go to Site -> Global configuration -> System tab and set the Session Lifetime

like image 40
Techie Avatar answered Sep 30 '22 17:09

Techie