Right now I am using a session variable to store a boolean value which I then use in my views. I know that HttpContext.Session[] variables are static, but does that mean I need to store them in a static method, or can I keep them in my action filter and call them directly from there?Right now I am using a session variable to stor