We have set the session ids of our sites to be saved in /www/sessions instead of /tmp. I believe we set this in the php.ini file, and we set it using the session_save_path() function, but they are still saving in /tmp.
What can we do to make this work?