9.07.2012

asp.net vs wcf session

Difference between asp.net and wcf session


S.No
ASP.NET Session
WCF Session
1
ASP.NET sessions are initiated by server only.
WCF sessions are initiated by WCF Client.
2
ASP.NET sessions data can be accessed in unordered way.
In WCF, session Messages delivered during a session are processed in the order in which they are received.
3
ASP.NET has a general data storage mechanism for session
In WCF, there is no such data storage mechanism available for session.

No comments:

Post a Comment