Hello Jef, On Thursday, June 03, 2004, jef moskot wrote... > I have a ton of little temp files in the session.save_path (as php.ini > calls it). Example: > sess_2e15b28e671b532859a4f934e6abd89a > sess_55183f6bcbdf47afc7c2a578d8d15621 > sess_aed6f81dbceb69cc25bca0de744de512 > sess_dc863ddd3e60dbbd0cf9545b735e791a
> They are all zero bytes long and they don't go away. I can delete > them with no (obvious) results, but they seem to multiply quickly, > and it's getting to be a bit of nuisance. > I'm not entirely sure that squirrelmail is creating them. Whenever > there's a file larger than 0 bytes, if I look in there, it's > squirrelmail data, but those disappear when the user logs out (well, > 99% of the time, they do). > Any idea what could be causing this? I've moved the directory, > changed the user.group to www.www, changed the permissions to make > the directory wide open, etc., but nothing seems to have any effect. They're session files... they could be created by anything that uses sessions, or calls a session start... or by any PHP page if you have session.auto_start on. Use a temp cleaner to clean them up after a certain time if they're becoming an annoyance. -- Jonathan Angliss ([EMAIL PROTECTED]) Posting Hints: http://www.squirrelmail.org/wiki/en_US/MailingListPostingGuidelines ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
