ini_set(‘sessio n.gc_maxlifetim e’,60*5);
for 5 minutes.

value is in seconds. you can also give like this,
ini_set(‘sessio n.gc_maxlifetim e’,300);

Note: Restart Apache once done the modification. Then only it will reflect.