Hi,
By default php sessions are having cookies enabled and the time for cookie expiration is set to 0 i.e. it will last till the browser is closed.
So try to set the cookie expiration time (in seconds)
search for the following entry in the php.ini and set it accordingly.