On local it accessible but after deploy it not work:
System.Web.HttpContext.Current.Session["EflowSession"] return null
On local it accessible but after deploy it not work:
System.Web.HttpContext.Current.Session["EflowSession"] return null
If the problem is only on IIS, make sure that the Session State
is not disabled for the application in IIS.