How Can We Help?
Answer
The XMPro 5.1 workspace does not load the Activities when the Session is configured to be stored within State Server.
This issue happens when the cookieless mode is set to true.
Changing the sessionState configuration within the Web.config to the following resolves the issue:
<sessionState mode="StateServer" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout="20" />
Refer to the following MSDN article for more information, click here.
The same is true for sessionState being configured within SQL Server or InProc.
It’s probably worth mentioning that this issue has been resolved in the latest 5.1 build.
Comments are closed.