The php file that starts the session prints:
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 (/var/lib/php5) in Unknown on line 0
I've tried to create a folder in order to save there the session info, and then reasign the path by .htaccess, but it didnīt work.
Thanks!