When using Open Ria Services in Silverlight the browser does automatically manage cookies by default.
But when using it on desktop platforms or when using the client Http stack in silverlight cookies forms authentication will not work since it requries the usage of shared cookies between all DomainContext.
The workaround so far has been to add some code to all generated DomainContexts suc as presented by http://blogs.msdn.com/b/kylemc/archive/2010/05/14/ria-services-authentication-out-of-browser.aspx
Comments: Try out 4.5.0-beta3 it should solve the isse
But when using it on desktop platforms or when using the client Http stack in silverlight cookies forms authentication will not work since it requries the usage of shared cookies between all DomainContext.
The workaround so far has been to add some code to all generated DomainContexts suc as presented by http://blogs.msdn.com/b/kylemc/archive/2010/05/14/ria-services-authentication-out-of-browser.aspx
Comments: Try out 4.5.0-beta3 it should solve the isse