Time limit on Who Is Online / users getting logged out
In the administration / Plus control panel there is the option to set "Time limit on Who Is Online".
I have set that value to 3650 and assume this is in hours, not minutes.
Nevertheless all users (admin included) get logged out after about 30 minutes of inactivity, possibly less (this is a guesstimate as I have not actually timed it).
Is this a bug or is there a setting somewhere that I can change?

PHP session limit
Hi Sgendry,
I think this admin setting deals with how much time do people "look as" being connected. So it is not the setting you are looking for.
The good setting, in my opinion (but I am not 100% sure) is a PHP setting located in your /etc/php5/Apache2/php.ini file and dealing with the PHP session time limit. It is expressed in seconds and corresponds on my installation to 1440 seconds = 24 minutes. Looks like the value you have and you don't want anymore. You can change this (then restart Apache or restart server to get the new value loaded). In my config (Ubuntu 11.04), located at line 1500 of php.ini file.
thank you
Hello Karim,
your help is much appreciated.
I'll will try that and report here if it doesn't work.
Thank you!