Problem Creating Session Directory

I have created a directory in the root directory of my website called ‘sessions’. I set the CHMOD to 777. I am trying to set the session directory to use this as the directory for creating sessions. In my htaccess file I have the following line:

php_value session.save_path sessions

This isn’t working. Can anyone please help and let me know how to change the directory for the sessions?

Thanks

Andy

Sponsor our Newsletter | Privacy Policy | Terms of Service