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?