adspace


What is "per session" instance mode in wcf?

Answer Posted / Dayan Singh

In WCF, Per Session Instance Mode creates a new instance of the service class for each client that starts a session. A session is established when the client sends the first message to the service and ends when either the client or the service closes the session. During the lifetime of a session, the same instance of the service will be used to handle messages from that particular client.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

906