As you can see from the Changeable column of the list of runtime directives at https://www.php.net/manual/en/session.configuration.php, the directive session.save_path can be stored anywhere, for example in a php.ini file in the main Joomla folder. Point the path to a writable folder, for example the Joomla tmp folder, from the variable $tmp_path in the file configuration.php, for example:How can I change the sessionsave_path to writable?
Code:
session.save_path ="/home/abcdefgh/public_html/mywebsite/tmp"
Statistics: Posted by toivo — Fri Nov 29, 2024 5:08 am