be unique
header

Archive for February, 2008

Make your PHP sessions last longer

Wednesday, February 27th, 2008

It’s pretty simple.

ini_set('session.gc_maxlifetime',n);

where n is the number of seconds before the session times out.