If you want, that for user online list the same value for session timeout is used:
Replace this line in sessions.php
$time_out = time() - 300;
to
$time_out = time() - ($config['session_timeout'] * 60);
But as vano already said.
User online list timeout has not really something to do with session time out.