Building an MVC 3 app with Razor and I have some information persisted in the Session scope that will be used in the _Layout file.
I have no clue as to what is the best way to implement this. Some of this information is used to determine what is rendered in the header.
I have a CurrentUser object stored in Session scope