Hi,
I come here again with cache and session problems. Please note these are completely unrelated to my
previous question.
My shared hosting account has recently been migrated to a new server. I think the problems may have started during this migration, but I am not sure.
I noticed only today that my sessions are not working anymore. Everything was working fine when I last checked in.
When I set a session variable like $this->f3->set('SESSION.VAR','flubber'), it is not remembered past a page load. The cache folder does not seem to be storing sessions.
The same problem occurs when I try to set the session variable as $_SESSION["VAR"]="flubber".
When I do this outside of f3 on the same site, it does work though.
Sessions are working fine on other sites on the same account (not using f3)
My sessions are set in the index.php as $f3->session = new Session();
My
config.ini sets CACHE=true, I have tried to set it to cache=apcu (which
is apparently available on the server), but that did not help.
The server is still on php5.6, setting it to 7.1 did not solve the problem.
tmp and tmp/cache folders have been chmodded to 0766 and files are appearing there.
If I set cache to APCU I can see files appearing there as well.
I honestly have no idea how to start debugging this. The hoster is not very helpful.
What could be wrong?