Hi,
I tried to relocate my session files with session_save_path() (and also with php_value session.save_path "/myNewPath"). Works great except that now I get the "Permission denied (13) error", indicating that I don't have write permission for that folder.
This is on a shared hosting server. Is that something under my control, i.e via .htaccess and what would I have to change? Or is it that I'm stuck with the /tmp folder that is predefined for everybody?
Bjom