[EMAIL PROTECTED] (Anurag Bhalla) wrote:

 > 1.  (*) text/plain          
 > 
 > Hi list
 > 
 > In my application,I need to generate some files for each 
 > user who comes to my site.These files need to be deleted 
 > once the user logs off. Pls suggest some way to delete these 
 > files once the user logs off ; perhaps with the use of sessions

do you know what the files are named? then you can just use unlink()
on each of them?

-- 
Henrik Hansen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to