0

When I tried to add Contour form inside RTE, I am getting this error in 7.2.4,

The SessionStateTempDataProvider class requires session state to be enabled

on following line of code in MvcRenderContourForm.cshtml present in macroScripts folder:

@Html.RenderMvcAction(action, controller, formGuid, formtoken, (umbraco.MacroEngines.DynamicNode)Model, (System.Dynamic.DynamicObject)Parameter);

Its like a dead end for me now, please help.

Nikolay Kostov
  • 16,433
  • 23
  • 85
  • 123
Awn Ali
  • 1,361
  • 1
  • 17
  • 31
  • Are you sure it is umbraco related? http://stackoverflow.com/questions/720367/the-sessionstatetempdataprovider-requires-sessionstate-to-be-enabled – dampee Apr 06 '15 at 17:39
  • I can't find any related issues on the umbraco bugtracker (http://issues.umbraco.org/issues/U4?q=SessionStateTempDataProvider). – dampee Apr 06 '15 at 17:41

1 Answers1