Re: [PHP] SESSIONS: Why does PHP not erase session files in /TMP

2001-05-10 Thread Jakob Kruse
This has to do with session garbage collection. Check the "session.gc_probability" option in your php.ini. I suspect the default value of 1 means 1% chance of a collection on each session start. Changing it to 100 did the trick for me. But do consider whether you really *want* to do garbage colle

[PHP] SESSIONS: Why does PHP not erase session files in /TMP

2001-05-09 Thread Davor Pleskina
I have /TMP configured as tmp dir for session files. However, each time I try my program there is a new file; not one is being removed, either. How to tell PHP to remove session files when they are not needed any more? TIA, Davor -- PHP General Mailing List (http://www.php.net/) To unsubscr