Authenticating login information of a user quickly
-
Hii, I am looking for a technique or method which would quickly authenticate my users login information and redirect it to its home page. I have observed gmail which is very quick in authenticating login information of any user. I am using MySQL database. I don't want to use asp.net login control. Looking forward for the answer.
Aspiring Techie, Vishnu Nath
-
Hii, I am looking for a technique or method which would quickly authenticate my users login information and redirect it to its home page. I have observed gmail which is very quick in authenticating login information of any user. I am using MySQL database. I don't want to use asp.net login control. Looking forward for the answer.
Aspiring Techie, Vishnu Nath
While it's good to not use the ASP.,NET control, gmail is far from quick. It just uses AJAX to provide an immediate 'response' and then show a progress bar as it actually loads. Nothing is going to be much quicker than the ASP.NET control, although you can use AJAX to show some sort of progress bar, as gmail does.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.