Hi
Is it possible to use Session object with WCF to store session related data? If yes the can you describe how?
Thanks
            From stackoverflow
        
    - 
                        You can set the Instance mode to PerSession. And then your object that implements the OperationContract becomes the session object. 
- 
                        You can use Per Session Instance Management. 
 
0 comments:
Post a Comment