Which of the following session and instancing modes will you set if you require a sessionfull binding and want to create a new instance object for each client request?
A.
Set SessionMode to Allowed and IntsanceMode to PerSession.
B.
Set SessionMode to Required and IntsanceMode to Single.
C.
Set SessionMode to Required and IntsanceMode to PerCall.
D.
Set SessionMode to Allowed and IntsanceMode to PerCall.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit