Error on session handling

My username: epiz_28180002

My website is using sessions to log in.

Suddenly, when I was trying to log in 10 mins ago, this PHP error appears:

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 (/php_sessions) in Unknown on line 0

I am quite sure this doesn’t cause by any bugs in my code.
Any ideas?

Have you exceeded inode limit of 30000?

No, only 1420.

Just to clarify, this was working before, correct?

It would seem that the session storage on the server got completely full.

Do you still get that error now?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.