In a session authentication system I built for my site, I am getting these weird warnings that I have never got before:
PHP Code:
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
I have not edited the site, or have my cookies disabled. The warnings only appear when the site is given the correct login information. Whats going on?