1
Answer

Global variable

night sailor

night sailor

14y
2.7k
1
Hi,
I have been working on an application which involves login control.
I am using session variable for maintaining session.
i want one variable(string array) just to keep track of users logging in so that they can't login again.
I tried creating in Gloabl.asax file but its not getting shown in class file.

Any solutions?
Answers (1)