Zend certified PHP/Magento developer

How do I transfer data from one Observer to another?

I need to pass the value of a variable from one Observer that monitoring the cms_controller_router_match_before event to an Observer that monitoring the cms_page_render event. How can this be done without using Session Manager?