Hello there,
I just looked for messages here for my problem, but I couldn't find anything helpfull.
I use PHP Version 4.0.4pl1 (CGI) on Linux, Session Support is enabled and session.save_path is set to "/tmp". This is the configuration of my provider, so I don't have any possibilities to change the setting in php.ini. I tried to change the save_path manually with the function
session_save_path("/mypath/to/mysite/tmp");
This directory is chmoded (chmod 777) so ANYONE can write to it - but PHP isn't happy with it :-(
Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/mypath/to/mysite/tmp) in Unknown on line 0
What's wrong with it ?
Many thanx,
Michael