Reputation: 17930
does WCF Data Services support sessions ? If so, Is there a good article explaining it ?
Upvotes: 0
Views: 2328
Reputation: 316
Well, yes, you can effectively use the ASP.NET Session mechanisms. A very good article on that is this: http://blogs.msdn.com/b/wenlong/archive/2010/02/21/using-asp-net-sessions-from-wcf.aspx
Upvotes: 1