I'm using apache, php, mysql on linux, things work well as start, but suddenly the session not working(use to work before yesterday).
It seem like server unable to store session information, I check the session files created by the server and only to find that they are all 0 bytes in size(empty), how can this be happen?
disk space on the server is still available, why server cannot write to the session file?