After a cleanup of old files on my shared server, suddenly $_SESSION and $_FILES aren't working anymore.
I think it has to do with problems of saving these on the server. My hosting company told me that I have no access of the folder where sessions are stored so I couldn't have deleted it by accident.
It's not a problem of my software I think, it has always worked well and a very simple php-file to check if sessions are working or not, gives a problem on this domain (variables are not saved) and not on my others.
As I check phpinfo, the session.save_path is standard /tmp
Please, someone have an idea how I can solve this?
With regards,
Gerard