Not really.. but I get this explicit little error message when running my codes...
"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 (/tmp) in Unknown on line 0"
Try to log in with correct credentials - > Get passed verification and session is setup and im redirected -> Session check fails... <--- The code worked.. the first 2 times i tried it... Added something that has nothing to do with any of the functions used in the previous(completely dif part of the site)...... then its like it just stopped...
Now.. Originally I started butchering my code trying to find out what could of caused this crazy error, not even thinking it could be the host... Its not user based(To much data stored on my computer) I have figured that out already... And a quick google search sugests it has to deal with where the sessions are being stored... And its usually a location that is shared with all users.. resulting in limited/low space.
What im tryna say here is.... Are you(The hosts) running out of space for sessions?? And can i change the path of my session saves?? I need a fix very soon this is a serious problem D:!
"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 (/tmp) in Unknown on line 0"
Try to log in with correct credentials - > Get passed verification and session is setup and im redirected -> Session check fails... <--- The code worked.. the first 2 times i tried it... Added something that has nothing to do with any of the functions used in the previous(completely dif part of the site)...... then its like it just stopped...
Now.. Originally I started butchering my code trying to find out what could of caused this crazy error, not even thinking it could be the host... Its not user based(To much data stored on my computer) I have figured that out already... And a quick google search sugests it has to deal with where the sessions are being stored... And its usually a location that is shared with all users.. resulting in limited/low space.
What im tryna say here is.... Are you(The hosts) running out of space for sessions?? And can i change the path of my session saves?? I need a fix very soon this is a serious problem D:!