If you wish to increase the session timeout, you may include the following command line in to the first line after the php tags.
ini_set("session.gc_maxlifetime","14000");
Replace the 14000 with the session period (in seconds) that you desired.
ini_set("session.gc_maxlifetime","14000");
Replace the 14000 with the session period (in seconds) that you desired.