Well, 1440 secs is the default lifetime for a session... so they really didn't set it, they just gave you a vanilla install, like most commodity server hosts would.
I haven't tried this, since I have %root on my server but....
<?
ini_set('session.gc_maxlifetime',2000);
?>
should work.
Note that it only sets the value for the script that carries it.