This is a list of useful Drupal snippets and functions that I often reference to enhance or improve my sites.
If Administration Menu in your project disappears until you will clear cache. Just add this line of code at the end of settings.php file and refresh a page.
$conf['admin_menu_cache_client'] = FALSE;