For completeness: The content of the file should be (create it if doesn’t exist):
<?php
/* default is 10800 (3 hours) */
$SESSION_LIFETIME=<some value>
?>
Note: the variable SESSION_LIFETIME
doesn’t seem to be documented (at least I could not find it).