|
Answer» Difference between asp.net and WCF session Below are the difference between asp.net and WCF session
1)ASP.NET:-ASP.NET sessions are initiated by server only WCF:-While WCF sessions are initiated by WCF Client.
(2)ASP.NET:-ASP.NET sessions data can be accessed in unordered way WCF:-but In WCF session MESSAGES delivered during a session are processed in the ORDER in which they are received.
(3)ASP.NET:-ASP.NET has a GENERAL data storage mechanism for session WCF:-In WCF there is no such data storage.
|