I am using MVC Actionfilter (Global) to call db to get user data and i try to store that in session. Coding as mentioned in Dependency Injection in ASP.net Session_Start method. Everything works fine in local machine.
But in production machine, my filterContext.HttpContext.Session (filterContext being ActionExecutingContext) is always null.
I dont know what more information i can give, but if somebody asks questions I am ready to provide more answers.
Please let me know what i can check.