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 >
