This is a long time ago but I experience to have to login again and again, in the website root I changed the config.php to:
// Increase default login time for user
session_set_cookie_params(2592000);
ini_set('session.gc_maxlifetime', 2592000);
Is this problem solved and is my problem something else like hosting settings or the fact I am logged in as admin, or having the maintenance option set to on right now?
Thanks!