You need to create a folder in your webspace root (outside your public_html folder), name it sessions or whatever you wish.
make it writable (the cursed 777)
add the following line to the end of your .htaccess file
php_value session.save_path "/home/accountname/sessions"
(where sessions is the name of your newly created session folder)
hope that helps.