in reply to RE: RE: mmmmm .. cookies
in thread mmmmm .. cookies

Question regarding this:
On a site that I am preparing for rollout, I am implementing a cookie-based authentication, and rather than what appears to be the "standard" method of returning a cookie for the loginId, and a cookie with a one-way encrypted password, I set a (pseudo)random string in the DB when the user logs in, and send that string to the user as a cookie. As I see it, the differences between the two are: The DB overhead isn't a problem for quite a while, but are there any other advantages/disadvantages to this that I'm not seeing?