If I wanted to put the equivalent of "php_value session.save_path '/tmp' " into LocalSettings.php
with /tmp being a writable subdirectory of the directory LocalSettings.php is in, what would I add?
I'm trying to solve a problem that results in the error message "Sorry! We could not process your edit due to a loss of session data."
Fred Bauder