Don’t know why people do not practice AJAX implementation for authentication systems. Is it insecure? If yes how? I have developed an authentication system that submit user information through an iframe, but the problem is it opens a new window in IE6.
Don’t know why people do not practice AJAX implementation for authentication systems. Is it
Share
Usually because the differences between “logged in” and “not logged in” are quite significant, so the cost of reloading the entire page is relatively insignificant.
Not intrinsically. Security comes from SSL, not from forms or JavaScript.