I want to preserve some data through out the communicati开发者_运维百科ons in a client independent manner (may not be related to business entities/data). I am using WCF Data Services. Any way to accomplish this?
thanks
This is the same as WCF Data Services Sessions. WCF Data Services can indeed use asp.net session mechanisms: http://blogs.msdn.com/b/wenlong/archive/2010/02/21/using-asp-net-sessions-from-wcf.aspx Pay also attention that there are alternatives that perform beter, like AppFabric Cache.
精彩评论