1) How may I test if HttpContext.Current.Session("my_MenuItem") exists
2) and if HttpContext.Current.Session("my_MenuItem") exists, how may I test if an object is allready attributed or if the variable is empty.

Thank you very much for your help!