Re: [PHP] Persistence of session files

2003-12-07 Thread Justin French
On Sunday, December 7, 2003, at 04:48 PM, Pablo Gosse wrote: Hi all. I'm wondering if anyone can tell me how long temporary session files stay on the server after the session has ended if session_destroy() is not called. AFAIK, this depends on two php.ini directives: --- ; Define the

[PHP] Persistence of session files

2003-12-06 Thread Pablo Gosse
Hi all. I'm wondering if anyone can tell me how long temporary session files stay on the server after the session has ended if session_destroy() is not called. I'm curious as part of the CMS I've been writing for the past year is a class which dynamically generates and validates all forms in the

Re: [PHP] Persistence of session files

2003-12-06 Thread Chris Shiflett
--- Pablo Gosse [EMAIL PROTECTED] wrote: Hi all. I'm wondering if anyone can tell me how long temporary session files stay on the server after the session has ended if session_destroy() is not called. This is defined in php.ini (session.gc_maxlifetime), and you can write your own garbage