Sharepoint 2007: The form cannot be displayed because the session state is not available
In MOSS2007, if you are creating/editing workflows and you get this error "The form cannot be displayed because the session state is not available", try addind this to the config:
<add name="Session" type="System.Web.SessionState.SessionStateModule"/> under httpmodules
Cross Posted from
ArnoNel.com