How to store some 100 users details (username) in Application variable?I know how to use session but i dont know how to use Application variable and how to store in global.asax file?
How to store some 100 users details (username) in Application variable?I know how to
Share
Using of Application is absolutely like using Session. But this value are shared for all users.
Update
in global.asax: