PHP increase the session timeout

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Manuel_
    Banned
    • May 2005
    • 120

    PHP increase the session timeout

    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.
Working...
X