-1
Hello,
I have a question. If I declare global variables for page, they are unique to this session or they can be changed in other sessions?
I had problems in other systems that I developed with the use of properties created in class.Cs that were available in all sessions and so one session had its data changed by another session being executed by another user.
When so use session variables. "A Global View on Session States"
– Augusto Vasques