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.