If your project is small, just talk to an https server and send password hashes (MD5 or stronger) across the wire to match to a DB stored hash. Pretty much any backend can do this. If you have a large project, or more stringent requirements for usage tracking and such, look into nitrolm.com
-Andrew --- In [email protected], "timgerr" <[EMAIL PROTECTED]> wrote: > > I was wondering how people create a secure login system. Do you use a > php back end or what? How do you handle sessions and or cookies? > > Thanks for the info, > timgerr >

