No space left on device (28)
I am getting the following error when I am trying to login to my site on my ISP. This happens regularly and from what I have read so far it seems to be that the session_start(); is filling up the temp file which is not set large enough, please correct me if I am wrong. Is there a way of preventing this from happening in PHP code. Is there a way of flushing the temp file with PHP code to prevent this error.
Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
|