[imp] Setting IMP timeout?

Max Kalika max@the-triumvirate.net
Mon, 16 Oct 2000 13:48:25 -0700 (PDT)


Quoting Tuomas Toivonen <toivotuo@fishpool.fi>:

> Something forked from 2.3 tree sometime around May. :)

2.3 uses php built-in session routines.  You can define the probabily of 
sessions being purged in the php.ini file.

session.gc_probability = 1       ; percentual probability that the 
                                 ; 'garbage collection' process is started
                                 ; on every session initialization

Don't forget to restart the http daemon after changing the php.ini entry.


--mk23