There are hundreds of tmp files in /tmp. The name is something like: "sess_00bmh226ivenb3ina56n3p1fs3".
It always starts with "sess_". Is there a setting to prevent more than one or two?
Thx.
![]() |
|
There are hundreds of tmp files in /tmp. The name is something like: "sess_00bmh226ivenb3ina56n3p1fs3".
It always starts with "sess_". Is there a setting to prevent more than one or two?
Thx.
It is session files. PHP should care about, old files should be deleted automatically.
Thank a lot key master to resolve this problem that how can we get rid from temp file. But one thing that how much time it takes for deletion automatically as sometime it fill the memory.
It depends on php settings. http://php.net/manual/en/session.configuration.php
You must log in to post.