
Originally Posted by
mtp_admin
Don't use that snippet, that's for in-script setting of the path on the fly (eg. forum sessions go here, blog here, etc...)
You would use: php_value session.save_path "/home/vol#/yourusername/htdocs/sessions"
However this would require you to do your own garbage collection (otherwise sesssions will never be deleted) especially if your script does not handle it. Plus, vol#, yourusername and perhaps the /htdocs/sessions will need modified to the proper path down to that .htaccess and folder