Hi,
urgent problem. PHP4 is not deleting the sessionfiles in the tmp directory. Therefore there are way too many files there. MySQL is also using that directory for it's temporary stuff and doesn't have enough space, therefore it all goes down.
This is a mission critical website need to get this fixed asap.
I can't find anything wrong with the settings in php.ini (as seen through phpinfo.php)
I have a script running now that deletes session files, but it's obviously a far from perfect solution....
Questions:
PHP4 is supposed to do this deleting, not linux, correct?
session.gc_maxlifetime and session.gc_probability control how often PHP4 deletes old session files. Correct?
Any suggestions on where to start at all????
Settings:
session.auto_start
Off Off
session.cache_expire
180 180
session.cache_limiter
nocache nocache
session.cookie_domain
no value no value
session.cookie_lifetime
43200 43200
session.cookie_path
/ /
session.entropy_file
no value no value
session.entropy_length
0 0
session.gc_maxlifetime
1440 1440
session.gc_probability
1 1
session.name
SESSID SESSID
session.referer_check
no value no value
session.save_handler
files files
session.save_path
/tmp /tmp
session.serialize_handler
php php
session.use_cookies
On On