I have a global variable in a class and the class is initialised in a Default.aspx.cs.
If two users request the Default page in web server then set their respective values. Let say user 1 sets to value “A” first and user 2 sets to “B” second.
Does the user 1 get the value B from the global variable?