It looks like sessionState 'StateServer' and 'SQLServer' is not supported in DW.
I get the following error:
"Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode."
Is het possible that DW improves the use of storing data in the session which is serializable?
I need this because a customer want to have to different shops with it's own primary domain. (DomainA.com, DomainB.com)
When an anonymous user fills hist cart on DomainA and navigaties to DomainB he would see his products from DomainB.
Today it does not work because a new session is created for DomainB. If it would be possible to share the sessionData between domains it could be possible to restore/load the session from DomainA.
For this to work i would need the session data to be stored in SQL server. But this is currently not possible :(
It is appreciated if you have other suggestions of how to achieve this.
DW would a request to make the session serializable have a big impact? If not then please fix this :)