Multi-Session or isolate environment

Raudus Forums General Multi-Session or isolate environment

This topic contains 1 reply, has 1 voice, and was last updated by  vigalo 8 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #853120

    vigalo
    Participant

    Hi all:

    I have a problem when there are concurrent connections. They share global variables and I need to isolate from the others.

    i.e., if an user connects, do login and  another one connects too, the last one is connected to the app with the same credentials the first one used.

     

    How do you start a new session to isolate environments in different connections?

     

    Thanks.

    • This topic was modified 8 years, 6 months ago by  vigalo.
    #853122

    vigalo
    Participant

    Hi,

    Problem solved. I created a class with one array property (with getters/setters) for each variable that stores the application variables or objects, indexed by session I taken from TRaAplication.Application.SessionValue.

     

    Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.