Zend certified PHP/Magento developer

Is it possible to rename the session cookie (PHPSESSID) to another value on the application level?

I know it is possible to change it in php.ini or .user.ini and such, but is it possible to rename the default session cookie name PHPSESSID to something else on the application level?

EDIT: If yes, how?