Thread: [PHP] Managing user logins
what's best way manage user logins via php? i'm talking whole shabang. know how give users cookies , don't know how manage cookies. system php developers use manage user logins?
generally you'll have database containing usernames , passwords. when logs in, check credentials , (if correct) use sessions store sort of authentication token. check if person logged in, check if token set , valid.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [PHP] Managing user logins
Ubuntu
Comments
Post a Comment