(2013-03-01, 21:34:31)Connie Wrote:(2013-03-01, 21:02:47)E.Eliveld Wrote: Is'nt like that in the tmp folder you can put a .httaccess with:
php_value session.save_path /document_root/domain.com/htdocs/www/tmp
I see that this is such a general setting that I ask the hoster's support to tell me a correct .htaccess-setting for the domainroot and for the new tmp-folder inside the html-structure
In the phpinfo you can find the curent value for session.save_path. To find the server path use $_SERVER['DOCUMENT_ROOT'].
BTW now i think of it, the value should be set in the ROOT .httaccess (and off course set the folder to chmod 775)