What is the best approach of creating a login System?

Posted by Starx on Stack Overflow See other posts from Stack Overflow or by Starx
Published on 2010-05-28T00:00:00Z Indexed on 2010/05/28 0:01 UTC
Read the original article Hit count: 164

Filed under:
|
|

I am always wondering that the login systems I have created is vulnerable to attacks or not.

As many other programmers I also use sessions to hold a specific token token to know the login status. Cookies to hold the username or even sometime saved status.

What I am wondering is, Is this the right way? Is there any approach better that this?

© Stack Overflow or respective owner

Related posts about php

Related posts about login-system