HiI have a few basic questions regarding WCF.In a WCF service, if no [ServiceBehavior] attribute is supplied, does thatmean that the service InstanceContextMode is "per call" or "per session"?At this location, it states that "per call" is the default:
http://msdn.microsoft.com/msdnmag/is...s/default.aspxThis location states the default is "per session":
read more »
Be the first to post a Comment!