Edit: Now it’s working, and I’m not sure why. Maybe a DNS propagation thing after earlier troubleshooting. If below is ringing any bells for why that would be the case, I’m interested to hear though.
If @Kucko or anyone can give insight into why session_save_path(sys_get_temp_dir()); works, that would be amazing.
Currently I can login at www but not at http://
Echoing session_save_path() gives /tmp, sys_get_temp_dir() gives /tmp.
Seems like there is some webserver subtlety that I’m missing.
Additional info - When I first looked in /tmp, there were some session files in there. I deleted them, but then even after logging in new ones aren’t showing up.