my server tmp folder (capacity of 4GB) gets full very fast (within a few hours). There are some small session files in there, but the ones which take up all the space are files named "php[UNIQUE_CODE]".
I already changed in php.ini both the "upload_tmp_dir" and "session.save_path" to another directory, but these "php*" files are still emerging. The session files are saved in the new directory.
I have owncloud and wordpress installed on the server since over a year, but this is something that occurs the last days.
How can I check which file or session is creating these large files on the tmp folder?
Thanks! J