Set frontend session time out limit in joomla
joomla, joomla2.5
Solution
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
Problem
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.