An object reference is required for the non-static field, method, or property 'Controller.HttpContext',
You are not in the controller directly, to access HttpContext here use property of filterContext:
filterContext.HttpContext