Im running a sessionized script... and it sets the session_save_path dynamically using:
session_save_path($save_path);
The folder it saves in is '/tmp/renos' and the folder already exists and its permissions are set to 777... but I still get this error message:
open(/tmp/renos/sess_4f1a01ff7e0b152c9683a15257188f92, O_RDWR) failed: Permission denied (13)
Anyways of remeding this error message?