[PHP-DB] Garbage collection (my session files)

2005-12-10 Thread Ron Piggott (PHP)
I have specified a directory for the session files to be stored in. But by doing so the garbage collection function isn't automatically deleting them. Is there a way I can do so --- Either with a cron or something like this? Ron -- PHP Database Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP-DB] Garbage Collection

2001-02-03 Thread php3
Addressed to: Nashirak Bosk <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Nashirak Bosk <[EMAIL PROTECTED]> Sat, 03 Feb 2001 04:05:07 -0500 > > I am writing a PHP script that accesses a MYSQL database when the > adminstrator (the client) wants to add something to a ca

Re: [PHP-DB] Garbage Collection

2001-02-03 Thread phobo
Bosk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 03, 2001 10:05 PM Subject: [PHP-DB] Garbage Collection > I am writing a PHP script that accesses a MYSQL database when the > adminstrator (the client) wants to add something to a calendar > (dyna

[PHP-DB] Garbage Collection

2001-02-03 Thread Nashirak Bosk
I am writing a PHP script that accesses a MYSQL database when the adminstrator (the client) wants to add something to a calendar (dynamically PHP generated). I have written the callendar and have the whole thing setup to be able to update it regularly, through a easy user interface on the admin