sometimes a cigar is just a cigar
Header image

Today my all web sites that working with session was giving that error: Warning: session_start() [function.session-start]: open(/var/lib/php5/sess_1812dbcc1b2e606c5f44f7c4d277c22e, O_RDWR) failed: No space left on device (28) in /**/theme/default/header.php on line 5 After a little searching i found that i didn’t have any free space. My applications could not delete session in  /var/lib/php5 folder. So i tried … Read more