MobiTec,
Try using .htaccess to set the value for session.name. Please read up on How to change configuration settings
and then adding an .htaccess file to the highest level web directory for which you want this change to be effective.
The contents of the .htaccess file should be:
php_value session.name "sid"
This obviates the need to set session_name() in each of your scripts.