Re: [PHP] Empty session directory

2003-06-19 Thread Marek Kilimajer
No, that's what garbage colector is here for. Everytime you call session_start(), there is session.gc_probability(from php.ini) % probability the directory gets cleaned up. Iván Díaz wrote: Hi everyone! I would like to know if I need to empty from time to time the directory where the session

[PHP] Empty session directory

2003-06-18 Thread Iván Díaz
Hi everyone! I would like to know if I need to empty from time to time the directory where the session files are stored. I'm running windows nt4.0 and Apache. Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php