Hello Guys I have big problem presently
I was looking for solutions everywhere
is about /tmp
/dev/tmpMnt 190M 153K 180M 1% /tmp
I have /tmp getting fillied up with empty session files up to one level
-rw------- 1 nobody nobody 0 Feb 12 09:23 sess_a4a815777724cd6b17ab0b1718c2ee5e
-rw------- 1 nobody nobody 0 Feb 12 09:23 sess_b35a2080be9f2c79ab7517755dd48d56
-rw------- 1 nobody nobody 0 Feb 12 09:24 sess_cfb6afe3af40d05a761468a5f5e932ac
and then php session can not write to /tmp
Warning: session_start(): open(/tmp/sess_63b410ed8d2a4eb78e4ebc2b0a7d150a, O_RDWR) failed: Input/output error (5) in /home/client/public_html/folder/index.php on line 2
All clients receiving errors on their php sessions.
Of course I did
chmod 1777 tmp folder and is not full at all.
takes aprox only 50 sessions to get this error
Your advice is upreciated
I was looking for solutions everywhere
is about /tmp
/dev/tmpMnt 190M 153K 180M 1% /tmp
I have /tmp getting fillied up with empty session files up to one level
-rw------- 1 nobody nobody 0 Feb 12 09:23 sess_a4a815777724cd6b17ab0b1718c2ee5e
-rw------- 1 nobody nobody 0 Feb 12 09:23 sess_b35a2080be9f2c79ab7517755dd48d56
-rw------- 1 nobody nobody 0 Feb 12 09:24 sess_cfb6afe3af40d05a761468a5f5e932ac
and then php session can not write to /tmp
Warning: session_start(): open(/tmp/sess_63b410ed8d2a4eb78e4ebc2b0a7d150a, O_RDWR) failed: Input/output error (5) in /home/client/public_html/folder/index.php on line 2
All clients receiving errors on their php sessions.
Of course I did
chmod 1777 tmp folder and is not full at all.
takes aprox only 50 sessions to get this error
Your advice is upreciated