How Do I Resolve that the XMPro 5.1 Workspace Does Not Load the Activities when the Session is Configured to be Stored within State Server?

How Can We Help?

How Do I Resolve that the XMPro 5.1 Workspace Does Not Load the Activities when the Session is Configured to be Stored within State Server?

< Back

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.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X