I was able to find the answer at:
http://www.sugarcrm.com/forums/showthread.php?t=12826
Create or edit a .htaccess file in the httpdocs root directory.
Add this line: php_value session.save_path '/tmp'
Create a directory in the httpdocs folder named "tmp".
Change the permissions to 777 to allow writing.