0
votes

does WCF Data Services support sessions ? If so, Is there a good article explaining it ?

2
What would you need sessions for? Data Services isn't meant to preserve state across CRUD actions. - SliverNinja - MSFT
I need this to be able to send thousands of records across and then close the session and the session should save the records sent in a batch. I do that because by default, WCF Data Services doesn't support a lot of data being sent. see this post : stackoverflow.com/questions/8304638/… - Attilah

2 Answers

1
votes

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