Set frontend session time out limit in joomla

iijb picture iijb · Oct 30, 2012 · Viewed 9.1k times · Source

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.

Answer

Hari Rajagopal picture Hari Rajagopal · Oct 30, 2012

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