开发者

Using Sessions in WCF Services called from Silverlight

(Using Visual Studio 2008, and Silverlight 3) -I've really looked around for this one, and now I'm just confused by all the solutions that simply won't work for me.

I'm trying to call a WCF service from a Silverlight client, which is no problem, but I can't get the service to handle sessions (I want to remember a few things about the callee between calls)

I've gathered that basicHttpBinding is no good for sessions, and I haven't managed to make wsHttpBinding work... what's the matter? I would have thought this wa开发者_如何转开发s a pretty basic thing people would want in their WCF services, or am I just completely muddle-headed not to see how it can be done?


okay, seems like "Silverlight-enabled WCF Services" (WCF service with

[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]

and basicHttpBinding instead of wsHttpBinding) can do sessions with Silverlight: http://www.dotnetspider.com/Silverlight-Tutorial-317.aspx

Cheers, Alex

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜