Jump to content

recognizing logged in user on website

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
jimiwa

jimiwa

    Newbie

  • Members
  • PipPip
  • 14 posts
In PHP, on a website where you have users login with a username
and password, how would you keep track that a certain user is logged
into the website when he or she navigates from page to page through
the website? How would you log out a user?

#2
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Cookies or sessions. They would contain things like the username and probably a session ID which you then verify each page they go on.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Amrosama wrote a tutorial about that here on CodeCall: http://forum.codecal...tive-users.html