On Thu, 3 Jun 2004, Jonathan Angliss wrote: > 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'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.
Thanks. I cross-checked their creation times with the http log and it turns out they're being created by a web forum app. The app has been the same for years, so I'm not sure what's going on, but at least I know what's creating the files. > Use a temp cleaner to clean them up after a certain time if they're > becoming an annoyance. I've been doing that for a while, but I'd like to try and stamp the problem out at the source. Thanks for pointing me in the right direction. Sounds like a protection thing, but I just don't know. I'll keep looking. Jeffrey Moskot System Administrator [EMAIL PROTECTED] ------------------------------------------------------- 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
