Best login implementation in PHP/MySQL/Apache [closed] Best login implementation in PHP/MySQL/Apache [closed] ajax ajax

Best login implementation in PHP/MySQL/Apache [closed]


well, in my opinion options 1 & 2 should use post, and in your code you should make sure the request is post. you should also add in other session logic against spoofing if you want the application to be super secure, but this is preferential to the developer and the application. i find iframes to be evil and many hackers use iframes to hack unknowing user's accounts. openid is a trustworthy way to login and is becoming more widely adopted, as well as the facebook version of openid. i know they use the iframe method, but verification is doubled and i believe https is required to implement these type of logins.

again all of this is just my opinion and mostly reliant on the developer's design and business needs/requirements of the application.

hope this helps :)