[SOLVED] GlobalVariable

Answered Closed
0
0

Hi,

 

In my application I use globalvariable but when I tested, if more than one user are running the app, the globalvariables are the same for both…

Is there any way to separate variables from session?

  • You must to post comments
Best Answer
0
0

Hi Antonio,

thanks for your interest in Wisej.

Yes, Gobal Variables are global for all users.
If you want to have session specific variables, please refer to the Application.Session object that can be used as a dictionary:

https://wisej.com/docs/2.0/html/Session.htm

Best regards
Frank

  • You must to post comments
Showing 1 result