Hello all,
Wer'e developing an ASP.NET C# application, which will contain an authentication
system that authenticates users in multiple levels (user, admin, super-admin, etc.).
Our idea is NOT to use the built in ASP.NET forms authentication feature. Our plan is to create a whole 'new'
system for it- based on the Session object,
…