Where are WordPress sessions saved?
-
After a routine update of my VPS’s major software (including nginx and PHP engines), PHP sessions were no longer being saved, causing both my own web apps and WordPress’s admin area to insist on a login for every page request. I solved the problem for my web apps when I discovered that for the directory where regular PHP sessions are stored, the user group had been inexplicably changed to
apache
(weird, since Apache is not even installed!). But apparently WP handles its sessions differently, so it is still claiming immediately after any login that my session has expired, and there is also no styling – I assume /wp-admin/load-styles.php is checking for a session also, although it was not obvious by a casual reading of the code. I’ve looked through log files for some error about directory permissions, but haven’t found any. Where should I look for the problem?
- The topic ‘Where are WordPress sessions saved?’ is closed to new replies.