Answered how to support session per user with multiple contratcs?

  • Friday, September 21, 2012 8:55 AM
     
     

    Hi

    I have several contracts implmeneted on a single class

    I would like to support something like  instance per user

    in such that in any case a call arrive to the the class through one of the contratcs

    for a user

    The same class instance will be used

    Thanks in advance


    • Edited by NoundaDee Friday, September 21, 2012 8:59 AM
    •  

All Replies

  • Monday, September 24, 2012 9:07 AM
    Moderator
     
     Answered

    Hi,

    You should provide a way to know which the user is .

    I suggest you to provide GUID for each user and the single class will have a property names GUID to store the GUID.

    Hope helpful.