Now i know login sessions are all stored in /tmp folder in root and i think the problem seems to be they fill up wayy to quickly, and i've to clear the tmp folder
i get this quite often:
Code: Select all
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 () in Unknown on line 0
Code: Select all
rm -fr /tmp/* /tmp/.??*
oh btw, i do have space left on the HDD, about 15 GB of space, so i just need to know how to allocate a sizeable portion to /tmp folder
thxs