http://alanstorm.com/magento_sessions_early
While Sheep-Debug is enabled, magento frontend and adminhtml both creates a PHPSESSID session-cookie instead of frontend/adminhtml.
This is because the observer onControllerFrontInitBefore() calls Sheep_Debug_Model_Controller->init() which tries to get the current encryptedSessionId.

http://alanstorm.com/magento_sessions_early
While Sheep-Debug is enabled, magento frontend and adminhtml both creates a PHPSESSID session-cookie instead of frontend/adminhtml.
This is because the observer onControllerFrontInitBefore() calls Sheep_Debug_Model_Controller->init() which tries to get the current encryptedSessionId.