<?php

$lifetime 
60 60 24//一日

session_set_cookie_params($lifetime); //必ずsession_startする前に記述する必要がある
session_start();

?>