If you are running a version of php later than 4.2 you can edit ubbt.inc to have a larger session timeout. It currently tries to force it to 2 hours. Around like 32 you'll see a line that looks like this:

session_cache_expire(120);

You can change that to something larger, it is set in minutes.