are you running on debian? it disables the php session gc and uses its own cronjob to cleanup, which sometimes is not running correctly..
On Monday 10 August 2009 09:05:46 pm Alex wrote: > Any idea why the GC isn't running? > > I setup a .php file that runs by bootstrap then outputs phpinfo() and > everything looks right. Still, the GC is not running. > > - Alex > > On Mon, Aug 10, 2009 at 3:58 PM, Peter Warnock <[email protected]>wrote: > > On Mon, Aug 10, 2009 at 11:20 AM, Alex <[email protected]> wrote: > >> As an aside: would using the DbTable save handler be more efficient than > >> the file handler? > >> > >> - Alex > > > > The file handler is faster, but the db handler can provide persistence > > across multiple servers and is potentially more secure depending on the > > hosting environment. - pw -- Benjamin Eberlei http://www.beberlei.de
