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.
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