naturlo Posted June 16, 2010 Posted June 16, 2010 Hi, suddenly my session variables are not working, someone knows what can it be? The web was working great (in a localhost and in Heliohost) but some days ago i started having some issues with $_SESSION (only in Heliohost, not in localhost). I just recoded to use cookies to login but, all the messages that i use with $_SESSION are not working (i.e. my searches in the web are not working by now cause of this). EDIT 1: now i was thinking that maybe is something with session_start(); that maybe is not working? i got no clue at all =( and my web is not working... EDIT 2: it's a weird issue, sometimes for a few moments is working well, but after a few moments it starts not working again... the time is not working is going larger from time to time. Thanks.
Byron Posted June 16, 2010 Posted June 16, 2010 This support request is being escalated to our root admin. Note to djbob: You can see the error message you get when trying to use sessions on this notepad. http://byrondallas.heliohost.org/test/notepad.php Is it because of the tmp folder being full maybe? Disk /dev/sda6 (/tmp) 100 %
Ashoat Posted June 16, 2010 Posted June 16, 2010 Yeah, it was because of /tmp. Should be working now.
naturlo Posted June 16, 2010 Author Posted June 16, 2010 Thanks to both, it seems it's working now, i'll keep you informed in case this happens again. Thanks alot!
Recommended Posts